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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=909",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=907",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 908,
    "results": [
        {
            "start": 867766982,
            "stop": 867771572
        },
        {
            "start": 867793225,
            "stop": 867794605
        },
        {
            "start": 867794990,
            "stop": 867795530
        },
        {
            "start": 867798672,
            "stop": 867806652
        },
        {
            "start": 867806851,
            "stop": 867813661
        },
        {
            "start": 867813811,
            "stop": 867815911
        },
        {
            "start": 867817068,
            "stop": 867818388
        },
        {
            "start": 867818539,
            "stop": 867820159
        },
        {
            "start": 867820356,
            "stop": 867823266
        },
        {
            "start": 867823386,
            "stop": 867823566
        },
        {
            "start": 867823716,
            "stop": 867823896
        },
        {
            "start": 867824016,
            "stop": 867824076
        },
        {
            "start": 867824106,
            "stop": 867824496
        },
        {
            "start": 867824616,
            "stop": 867824676
        },
        {
            "start": 867824856,
            "stop": 867824946
        },
        {
            "start": 867825036,
            "stop": 867825096
        },
        {
            "start": 867825126,
            "stop": 867825186
        },
        {
            "start": 867825336,
            "stop": 867825396
        },
        {
            "start": 867825426,
            "stop": 867825636
        },
        {
            "start": 867825786,
            "stop": 867825906
        }
    ]
}