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/H2_CBCHIGH_CAT4/segments?format=api&page=346
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=345",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 346,
    "results": [
        {
            "start": 821275777,
            "stop": 821275793
        },
        {
            "start": 821275812,
            "stop": 821275957
        },
        {
            "start": 821275981,
            "stop": 821276149
        },
        {
            "start": 821276153,
            "stop": 821276436
        },
        {
            "start": 821276463,
            "stop": 821276472
        },
        {
            "start": 821276501,
            "stop": 821276571
        },
        {
            "start": 821276590,
            "stop": 821276621
        },
        {
            "start": 821276640,
            "stop": 821276679
        },
        {
            "start": 821276698,
            "stop": 821276833
        },
        {
            "start": 821276852,
            "stop": 821276954
        },
        {
            "start": 821276973,
            "stop": 821277117
        },
        {
            "start": 821277155,
            "stop": 821277215
        },
        {
            "start": 821277241,
            "stop": 821277563
        },
        {
            "start": 821277582,
            "stop": 821277696
        },
        {
            "start": 821277715,
            "stop": 821277760
        },
        {
            "start": 821277779,
            "stop": 821277990
        },
        {
            "start": 821278009,
            "stop": 821278017
        },
        {
            "start": 821278047,
            "stop": 821278087
        },
        {
            "start": 821278136,
            "stop": 821278281
        },
        {
            "start": 821278303,
            "stop": 821278372
        }
    ]
}