Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33290
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33289",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33290,
    "results": [
        {
            "start": 971006254,
            "stop": 971006256
        },
        {
            "start": 971006257,
            "stop": 971006272
        },
        {
            "start": 971006276,
            "stop": 971006277
        },
        {
            "start": 971006280,
            "stop": 971006284
        },
        {
            "start": 971006288,
            "stop": 971006294
        },
        {
            "start": 971006295,
            "stop": 971006308
        },
        {
            "start": 971006311,
            "stop": 971006313
        },
        {
            "start": 971006314,
            "stop": 971006324
        },
        {
            "start": 971006327,
            "stop": 971006343
        },
        {
            "start": 971006344,
            "stop": 971006357
        },
        {
            "start": 971006360,
            "stop": 971006364
        },
        {
            "start": 971006365,
            "stop": 971006374
        },
        {
            "start": 971006376,
            "stop": 971006387
        },
        {
            "start": 971006390,
            "stop": 971006391
        },
        {
            "start": 971006394,
            "stop": 971006397
        },
        {
            "start": 971006403,
            "stop": 971006407
        },
        {
            "start": 971006408,
            "stop": 971006425
        },
        {
            "start": 971006426,
            "stop": 971006429
        },
        {
            "start": 971006433,
            "stop": 971006440
        },
        {
            "start": 971006442,
            "stop": 971006449
        }
    ]
}