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/L1_STOCH_CAT2_H2L1/segments?format=api&page=933
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=934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=932",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 933,
    "results": [
        {
            "start": 869994106,
            "stop": 869994406
        },
        {
            "start": 869995327,
            "stop": 870004807
        },
        {
            "start": 870005056,
            "stop": 870008056
        },
        {
            "start": 870008269,
            "stop": 870010549
        },
        {
            "start": 870011708,
            "stop": 870016088
        },
        {
            "start": 870016305,
            "stop": 870021225
        },
        {
            "start": 870021501,
            "stop": 870024021
        },
        {
            "start": 870036559,
            "stop": 870037759
        },
        {
            "start": 870038044,
            "stop": 870038584
        },
        {
            "start": 870040200,
            "stop": 870041220
        },
        {
            "start": 870041453,
            "stop": 870044423
        },
        {
            "start": 870044573,
            "stop": 870045233
        },
        {
            "start": 870049739,
            "stop": 870057389
        },
        {
            "start": 870057539,
            "stop": 870058019
        },
        {
            "start": 870074367,
            "stop": 870075207
        },
        {
            "start": 870075355,
            "stop": 870076975
        },
        {
            "start": 870078546,
            "stop": 870082116
        },
        {
            "start": 870082351,
            "stop": 870086611
        },
        {
            "start": 870086761,
            "stop": 870089131
        },
        {
            "start": 870089477,
            "stop": 870091697
        }
    ]
}