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=340
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=341",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=339",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 340,
    "results": [
        {
            "start": 821750598,
            "stop": 821750602
        },
        {
            "start": 821750605,
            "stop": 821750608
        },
        {
            "start": 821750612,
            "stop": 821750613
        },
        {
            "start": 821750622,
            "stop": 821750627
        },
        {
            "start": 821750630,
            "stop": 821750632
        },
        {
            "start": 821750635,
            "stop": 821750642
        },
        {
            "start": 821750647,
            "stop": 821750670
        },
        {
            "start": 821750678,
            "stop": 821750683
        },
        {
            "start": 821750688,
            "stop": 821750696
        },
        {
            "start": 821750702,
            "stop": 821750707
        },
        {
            "start": 821750712,
            "stop": 821750717
        },
        {
            "start": 821750720,
            "stop": 821750731
        },
        {
            "start": 821750734,
            "stop": 821750744
        },
        {
            "start": 821750747,
            "stop": 821750748
        },
        {
            "start": 821750751,
            "stop": 821750760
        },
        {
            "start": 821750763,
            "stop": 821750767
        },
        {
            "start": 821750770,
            "stop": 821750782
        },
        {
            "start": 821750786,
            "stop": 821750791
        },
        {
            "start": 821750794,
            "stop": 821750796
        },
        {
            "start": 821750799,
            "stop": 821750801
        }
    ]
}