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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15966",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15964",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15965,
    "results": [
        {
            "start": 971428993,
            "stop": 971429960
        },
        {
            "start": 971429963,
            "stop": 971430217
        },
        {
            "start": 971430220,
            "stop": 971430333
        },
        {
            "start": 971430336,
            "stop": 971430364
        },
        {
            "start": 971430367,
            "stop": 971431884
        },
        {
            "start": 971431885,
            "stop": 971432056
        },
        {
            "start": 971432059,
            "stop": 971432879
        },
        {
            "start": 971432882,
            "stop": 971433241
        },
        {
            "start": 971433275,
            "stop": 971433409
        },
        {
            "start": 971433412,
            "stop": 971434258
        },
        {
            "start": 971434261,
            "stop": 971435941
        },
        {
            "start": 971435944,
            "stop": 971436113
        },
        {
            "start": 971436114,
            "stop": 971436132
        },
        {
            "start": 971436135,
            "stop": 971436187
        },
        {
            "start": 971436190,
            "stop": 971436299
        },
        {
            "start": 971436300,
            "stop": 971436420
        },
        {
            "start": 971436423,
            "stop": 971436863
        },
        {
            "start": 971436865,
            "stop": 971437027
        },
        {
            "start": 971437030,
            "stop": 971437119
        },
        {
            "start": 971437120,
            "stop": 971437160
        }
    ]
}