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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=144",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 145,
    "results": [
        {
            "start": 1260427981,
            "stop": 1260428009
        },
        {
            "start": 1260428014,
            "stop": 1260428074
        },
        {
            "start": 1260428079,
            "stop": 1260428085
        },
        {
            "start": 1260428090,
            "stop": 1260428131
        },
        {
            "start": 1260428136,
            "stop": 1260428159
        },
        {
            "start": 1260428164,
            "stop": 1260428213
        },
        {
            "start": 1260428218,
            "stop": 1260428233
        },
        {
            "start": 1260428238,
            "stop": 1260428271
        },
        {
            "start": 1260428276,
            "stop": 1260428319
        },
        {
            "start": 1260428324,
            "stop": 1260428360
        },
        {
            "start": 1260428365,
            "stop": 1260428371
        },
        {
            "start": 1260428376,
            "stop": 1260428409
        },
        {
            "start": 1260428414,
            "stop": 1260428422
        },
        {
            "start": 1260428426,
            "stop": 1260428428
        },
        {
            "start": 1260428433,
            "stop": 1260428434
        },
        {
            "start": 1260438984,
            "stop": 1260439772
        },
        {
            "start": 1260439775,
            "stop": 1260440179
        },
        {
            "start": 1260440181,
            "stop": 1260440398
        },
        {
            "start": 1260440402,
            "stop": 1260443262
        },
        {
            "start": 1260443264,
            "stop": 1260443727
        }
    ]
}