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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=210",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 211,
    "results": [
        {
            "start": 931452638,
            "stop": 931452642
        },
        {
            "start": 931452644,
            "stop": 931452645
        },
        {
            "start": 931452647,
            "stop": 931452649
        },
        {
            "start": 931452651,
            "stop": 931452655
        },
        {
            "start": 931452658,
            "stop": 931452660
        },
        {
            "start": 931452662,
            "stop": 931452673
        },
        {
            "start": 931452675,
            "stop": 931452678
        },
        {
            "start": 931452680,
            "stop": 931452683
        },
        {
            "start": 931452685,
            "stop": 931452699
        },
        {
            "start": 931452705,
            "stop": 931452707
        },
        {
            "start": 931452710,
            "stop": 931452716
        },
        {
            "start": 931452718,
            "stop": 931452730
        },
        {
            "start": 931452732,
            "stop": 931452733
        },
        {
            "start": 931452735,
            "stop": 931452806
        },
        {
            "start": 931452808,
            "stop": 931452879
        },
        {
            "start": 931452882,
            "stop": 931452904
        },
        {
            "start": 931452906,
            "stop": 931453018
        },
        {
            "start": 931453020,
            "stop": 931453084
        },
        {
            "start": 931453086,
            "stop": 931453105
        },
        {
            "start": 931453107,
            "stop": 931453111
        }
    ]
}