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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=179",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 180,
    "results": [
        {
            "start": 819917520,
            "stop": 819917700
        },
        {
            "start": 819917760,
            "stop": 819917808
        },
        {
            "start": 819917825,
            "stop": 819918222
        },
        {
            "start": 819918240,
            "stop": 819918396
        },
        {
            "start": 819918540,
            "stop": 819918720
        },
        {
            "start": 819918780,
            "stop": 819918960
        },
        {
            "start": 819919033,
            "stop": 819919320
        },
        {
            "start": 819919380,
            "stop": 819920045
        },
        {
            "start": 819920165,
            "stop": 819920282
        },
        {
            "start": 819920402,
            "stop": 819920580
        },
        {
            "start": 819920640,
            "stop": 819920820
        },
        {
            "start": 819921000,
            "stop": 819921180
        },
        {
            "start": 819921240,
            "stop": 819921420
        },
        {
            "start": 819921660,
            "stop": 819922140
        },
        {
            "start": 819922260,
            "stop": 819922390
        },
        {
            "start": 819923510,
            "stop": 819924300
        },
        {
            "start": 819924360,
            "stop": 819924600
        },
        {
            "start": 819924720,
            "stop": 819925197
        },
        {
            "start": 819925201,
            "stop": 819925230
        },
        {
            "start": 819925248,
            "stop": 819925305
        }
    ]
}