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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14643",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14641",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14642,
    "results": [
        {
            "start": 971165289,
            "stop": 971165290
        },
        {
            "start": 971165293,
            "stop": 971165294
        },
        {
            "start": 971165297,
            "stop": 971165300
        },
        {
            "start": 971165302,
            "stop": 971165306
        },
        {
            "start": 971165312,
            "stop": 971165314
        },
        {
            "start": 971165318,
            "stop": 971165320
        },
        {
            "start": 971165323,
            "stop": 971165325
        },
        {
            "start": 971165326,
            "stop": 971165334
        },
        {
            "start": 971165336,
            "stop": 971165337
        },
        {
            "start": 971165340,
            "stop": 971165341
        },
        {
            "start": 971165343,
            "stop": 971165347
        },
        {
            "start": 971165357,
            "stop": 971165359
        },
        {
            "start": 971165361,
            "stop": 971165364
        },
        {
            "start": 971165369,
            "stop": 971165370
        },
        {
            "start": 971165372,
            "stop": 971165373
        },
        {
            "start": 971165376,
            "stop": 971165378
        },
        {
            "start": 971165381,
            "stop": 971165385
        },
        {
            "start": 971165386,
            "stop": 971165387
        },
        {
            "start": 971165389,
            "stop": 971165390
        },
        {
            "start": 971165396,
            "stop": 971165397
        }
    ]
}