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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=274",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 275,
    "results": [
        {
            "start": 1377151397,
            "stop": 1377152481
        },
        {
            "start": 1377152482,
            "stop": 1377152781
        },
        {
            "start": 1377152783,
            "stop": 1377153919
        },
        {
            "start": 1377153920,
            "stop": 1377155194
        },
        {
            "start": 1377155196,
            "stop": 1377155197
        },
        {
            "start": 1377155199,
            "stop": 1377157625
        },
        {
            "start": 1377157627,
            "stop": 1377157664
        },
        {
            "start": 1377157665,
            "stop": 1377159702
        },
        {
            "start": 1377159704,
            "stop": 1377160102
        },
        {
            "start": 1377160103,
            "stop": 1377162050
        },
        {
            "start": 1377162052,
            "stop": 1377162643
        },
        {
            "start": 1377162645,
            "stop": 1377164133
        },
        {
            "start": 1377164135,
            "stop": 1377165073
        },
        {
            "start": 1377165074,
            "stop": 1377166463
        },
        {
            "start": 1377166464,
            "stop": 1377167427
        },
        {
            "start": 1377167429,
            "stop": 1377168437
        },
        {
            "start": 1377168442,
            "stop": 1377168611
        },
        {
            "start": 1377168613,
            "stop": 1377169497
        },
        {
            "start": 1377169499,
            "stop": 1377170878
        },
        {
            "start": 1377170883,
            "stop": 1377171693
        }
    ]
}