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=14112
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=14113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14111",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14112,
    "results": [
        {
            "start": 971160378,
            "stop": 971160380
        },
        {
            "start": 971160381,
            "stop": 971160382
        },
        {
            "start": 971160384,
            "stop": 971160397
        },
        {
            "start": 971160398,
            "stop": 971160400
        },
        {
            "start": 971160401,
            "stop": 971160402
        },
        {
            "start": 971160403,
            "stop": 971160407
        },
        {
            "start": 971160409,
            "stop": 971160413
        },
        {
            "start": 971160416,
            "stop": 971160425
        },
        {
            "start": 971160426,
            "stop": 971160431
        },
        {
            "start": 971160433,
            "stop": 971160435
        },
        {
            "start": 971160436,
            "stop": 971160437
        },
        {
            "start": 971160444,
            "stop": 971160445
        },
        {
            "start": 971160446,
            "stop": 971160447
        },
        {
            "start": 971160448,
            "stop": 971160452
        },
        {
            "start": 971160456,
            "stop": 971160460
        },
        {
            "start": 971160461,
            "stop": 971160462
        },
        {
            "start": 971160464,
            "stop": 971160467
        },
        {
            "start": 971160469,
            "stop": 971160481
        },
        {
            "start": 971160482,
            "stop": 971160483
        },
        {
            "start": 971160484,
            "stop": 971160485
        }
    ]
}