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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=113",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 114,
    "results": [
        {
            "start": 825535976,
            "stop": 825535978
        },
        {
            "start": 825535980,
            "stop": 825535982
        },
        {
            "start": 825535984,
            "stop": 825535986
        },
        {
            "start": 825535990,
            "stop": 825535992
        },
        {
            "start": 825535994,
            "stop": 825536017
        },
        {
            "start": 825536021,
            "stop": 825536023
        },
        {
            "start": 825536026,
            "stop": 825536029
        },
        {
            "start": 825536031,
            "stop": 825536056
        },
        {
            "start": 825536058,
            "stop": 825536062
        },
        {
            "start": 825536064,
            "stop": 825536149
        },
        {
            "start": 825536152,
            "stop": 825536174
        },
        {
            "start": 825536176,
            "stop": 825537394
        },
        {
            "start": 825537396,
            "stop": 825537656
        },
        {
            "start": 825537658,
            "stop": 825540015
        },
        {
            "start": 825541382,
            "stop": 825545364
        },
        {
            "start": 825545573,
            "stop": 825545891
        },
        {
            "start": 825546686,
            "stop": 825546976
        },
        {
            "start": 825547484,
            "stop": 825554920
        },
        {
            "start": 825555920,
            "stop": 825565046
        },
        {
            "start": 825565048,
            "stop": 825574036
        }
    ]
}