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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=330",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 331,
    "results": [
        {
            "start": 821748569,
            "stop": 821748602
        },
        {
            "start": 821748605,
            "stop": 821748633
        },
        {
            "start": 821748639,
            "stop": 821748656
        },
        {
            "start": 821748659,
            "stop": 821748673
        },
        {
            "start": 821748676,
            "stop": 821748685
        },
        {
            "start": 821748688,
            "stop": 821748701
        },
        {
            "start": 821748704,
            "stop": 821748706
        },
        {
            "start": 821748709,
            "stop": 821748712
        },
        {
            "start": 821748718,
            "stop": 821748728
        },
        {
            "start": 821748731,
            "stop": 821748732
        },
        {
            "start": 821748736,
            "stop": 821748737
        },
        {
            "start": 821748740,
            "stop": 821748748
        },
        {
            "start": 821748754,
            "stop": 821748767
        },
        {
            "start": 821748773,
            "stop": 821748780
        },
        {
            "start": 821748790,
            "stop": 821748795
        },
        {
            "start": 821748800,
            "stop": 821748807
        },
        {
            "start": 821748813,
            "stop": 821748823
        },
        {
            "start": 821748826,
            "stop": 821748850
        },
        {
            "start": 821748856,
            "stop": 821748933
        },
        {
            "start": 821748942,
            "stop": 821748943
        }
    ]
}