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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1918",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1916",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1917,
    "results": [
        {
            "start": 848459674,
            "stop": 848466030
        },
        {
            "start": 848468242,
            "stop": 848491987
        },
        {
            "start": 848492314,
            "stop": 848516060
        },
        {
            "start": 848516064,
            "stop": 848518105
        },
        {
            "start": 848518110,
            "stop": 848518115
        },
        {
            "start": 848518120,
            "stop": 848518132
        },
        {
            "start": 848518138,
            "stop": 848518155
        },
        {
            "start": 848518160,
            "stop": 848527658
        },
        {
            "start": 848531038,
            "stop": 848581033
        },
        {
            "start": 848581576,
            "stop": 848582109
        },
        {
            "start": 848582448,
            "stop": 848619302
        },
        {
            "start": 848619602,
            "stop": 848623950
        },
        {
            "start": 848624010,
            "stop": 848624016
        },
        {
            "start": 848624126,
            "stop": 848624194
        },
        {
            "start": 848624494,
            "stop": 848625621
        },
        {
            "start": 848625921,
            "stop": 848626394
        },
        {
            "start": 848626504,
            "stop": 848627209
        },
        {
            "start": 848627509,
            "stop": 848627728
        },
        {
            "start": 848628038,
            "stop": 848629715
        },
        {
            "start": 848635750,
            "stop": 848637670
        }
    ]
}