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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=222",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 223,
    "results": [
        {
            "start": 817805416,
            "stop": 817805419
        },
        {
            "start": 817805448,
            "stop": 817805483
        },
        {
            "start": 817805508,
            "stop": 817805516
        },
        {
            "start": 817805567,
            "stop": 817805580
        },
        {
            "start": 817805607,
            "stop": 817805611
        },
        {
            "start": 817805628,
            "stop": 817805631
        },
        {
            "start": 817805677,
            "stop": 817805686
        },
        {
            "start": 817805730,
            "stop": 817805760
        },
        {
            "start": 817805829,
            "stop": 817805887
        },
        {
            "start": 817806029,
            "stop": 817806033
        },
        {
            "start": 817806066,
            "stop": 817806068
        },
        {
            "start": 817806112,
            "stop": 817806136
        },
        {
            "start": 817806177,
            "stop": 817806218
        },
        {
            "start": 817806242,
            "stop": 817806251
        },
        {
            "start": 817806280,
            "stop": 817806304
        },
        {
            "start": 817806324,
            "stop": 817806407
        },
        {
            "start": 817806428,
            "stop": 817806443
        },
        {
            "start": 817806473,
            "stop": 817806603
        },
        {
            "start": 817806626,
            "stop": 817806664
        },
        {
            "start": 817806684,
            "stop": 817806849
        }
    ]
}