Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=249
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=248",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 249,
    "results": [
        {
            "start": 821646954,
            "stop": 821646957
        },
        {
            "start": 821646960,
            "stop": 821646977
        },
        {
            "start": 821646980,
            "stop": 821647141
        },
        {
            "start": 821647144,
            "stop": 821647155
        },
        {
            "start": 821647158,
            "stop": 821648005
        },
        {
            "start": 821649297,
            "stop": 821649767
        },
        {
            "start": 821649770,
            "stop": 821649973
        },
        {
            "start": 821650135,
            "stop": 821650440
        },
        {
            "start": 821650500,
            "stop": 821652759
        },
        {
            "start": 821652762,
            "stop": 821652877
        },
        {
            "start": 821652880,
            "stop": 821652946
        },
        {
            "start": 821652951,
            "stop": 821653291
        },
        {
            "start": 821653294,
            "stop": 821653355
        },
        {
            "start": 821654121,
            "stop": 821654129
        },
        {
            "start": 821654148,
            "stop": 821654489
        },
        {
            "start": 821654492,
            "stop": 821654577
        },
        {
            "start": 821654580,
            "stop": 821654807
        },
        {
            "start": 821654810,
            "stop": 821654902
        },
        {
            "start": 821654906,
            "stop": 821656202
        },
        {
            "start": 821656205,
            "stop": 821656207
        }
    ]
}