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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=146",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 147,
    "results": [
        {
            "start": 1373150323,
            "stop": 1373150338
        },
        {
            "start": 1373150340,
            "stop": 1373150731
        },
        {
            "start": 1373150782,
            "stop": 1373151211
        },
        {
            "start": 1373151213,
            "stop": 1373152299
        },
        {
            "start": 1373152301,
            "stop": 1373153429
        },
        {
            "start": 1373153432,
            "stop": 1373153697
        },
        {
            "start": 1373153699,
            "stop": 1373154529
        },
        {
            "start": 1373154531,
            "stop": 1373155371
        },
        {
            "start": 1373155373,
            "stop": 1373157067
        },
        {
            "start": 1373157069,
            "stop": 1373157949
        },
        {
            "start": 1373157950,
            "stop": 1373158507
        },
        {
            "start": 1373158509,
            "stop": 1373159488
        },
        {
            "start": 1373159489,
            "stop": 1373160076
        },
        {
            "start": 1373160078,
            "stop": 1373161010
        },
        {
            "start": 1373161012,
            "stop": 1373162978
        },
        {
            "start": 1373162980,
            "stop": 1373163390
        },
        {
            "start": 1373163925,
            "stop": 1373164144
        },
        {
            "start": 1373164145,
            "stop": 1373165048
        },
        {
            "start": 1373165050,
            "stop": 1373165589
        },
        {
            "start": 1373165591,
            "stop": 1373168599
        }
    ]
}