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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=242",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 243,
    "results": [
        {
            "start": 865982809,
            "stop": 865990339
        },
        {
            "start": 865992877,
            "stop": 865996605
        },
        {
            "start": 865997024,
            "stop": 866032190
        },
        {
            "start": 866033056,
            "stop": 866075641
        },
        {
            "start": 866076956,
            "stop": 866078333
        },
        {
            "start": 866084747,
            "stop": 866086240
        },
        {
            "start": 866088242,
            "stop": 866099423
        },
        {
            "start": 866100776,
            "stop": 866110334
        },
        {
            "start": 866114075,
            "stop": 866123112
        },
        {
            "start": 866124252,
            "stop": 866125751
        },
        {
            "start": 866133755,
            "stop": 866134586
        },
        {
            "start": 866135227,
            "stop": 866135307
        },
        {
            "start": 866138632,
            "stop": 866150376
        },
        {
            "start": 866153219,
            "stop": 866159734
        },
        {
            "start": 866162254,
            "stop": 866162787
        },
        {
            "start": 866163727,
            "stop": 866164136
        },
        {
            "start": 866174443,
            "stop": 866176569
        },
        {
            "start": 866176570,
            "stop": 866183523
        },
        {
            "start": 866184829,
            "stop": 866185908
        },
        {
            "start": 866185909,
            "stop": 866209916
        }
    ]
}