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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=269",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 270,
    "results": [
        {
            "start": 865982809,
            "stop": 865990339
        },
        {
            "start": 865992877,
            "stop": 865996605
        },
        {
            "start": 865997024,
            "stop": 866032190
        },
        {
            "start": 866033056,
            "stop": 866040547
        },
        {
            "start": 866040550,
            "stop": 866044291
        },
        {
            "start": 866044294,
            "stop": 866072849
        },
        {
            "start": 866072852,
            "stop": 866073494
        },
        {
            "start": 866073497,
            "stop": 866075641
        },
        {
            "start": 866076956,
            "stop": 866078001
        },
        {
            "start": 866078004,
            "stop": 866078333
        },
        {
            "start": 866084747,
            "stop": 866086240
        },
        {
            "start": 866088242,
            "stop": 866090203
        },
        {
            "start": 866090206,
            "stop": 866093364
        },
        {
            "start": 866093367,
            "stop": 866099423
        },
        {
            "start": 866100776,
            "stop": 866110334
        },
        {
            "start": 866114075,
            "stop": 866120410
        },
        {
            "start": 866120413,
            "stop": 866123112
        },
        {
            "start": 866124252,
            "stop": 866125751
        },
        {
            "start": 866133755,
            "stop": 866133948
        },
        {
            "start": 866133951,
            "stop": 866135114
        }
    ]
}