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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=272",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 273,
    "results": [
        {
            "start": 1174567558,
            "stop": 1174568160
        },
        {
            "start": 1174568164,
            "stop": 1174568905
        },
        {
            "start": 1174568907,
            "stop": 1174570125
        },
        {
            "start": 1174570127,
            "stop": 1174571118
        },
        {
            "start": 1174571120,
            "stop": 1174572121
        },
        {
            "start": 1174572123,
            "stop": 1174572876
        },
        {
            "start": 1174572878,
            "stop": 1174573816
        },
        {
            "start": 1174573818,
            "stop": 1174575151
        },
        {
            "start": 1174575153,
            "stop": 1174576413
        },
        {
            "start": 1174576415,
            "stop": 1174577396
        },
        {
            "start": 1174577398,
            "stop": 1174578422
        },
        {
            "start": 1174578424,
            "stop": 1174579548
        },
        {
            "start": 1174579550,
            "stop": 1174580777
        },
        {
            "start": 1174580779,
            "stop": 1174582176
        },
        {
            "start": 1174582178,
            "stop": 1174583492
        },
        {
            "start": 1174583494,
            "stop": 1174584944
        },
        {
            "start": 1174584946,
            "stop": 1174586252
        },
        {
            "start": 1174586254,
            "stop": 1174587511
        },
        {
            "start": 1174587513,
            "stop": 1174589255
        },
        {
            "start": 1174589257,
            "stop": 1174591397
        }
    ]
}