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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14158",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14159,
    "results": [
        {
            "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
        },
        {
            "start": 971165399,
            "stop": 971165400
        },
        {
            "start": 971165413,
            "stop": 971165415
        },
        {
            "start": 971165419,
            "stop": 971165422
        },
        {
            "start": 971165426,
            "stop": 971165431
        },
        {
            "start": 971165434,
            "stop": 971165437
        },
        {
            "start": 971165438,
            "stop": 971165439
        }
    ]
}