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=943
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=944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=942",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 943,
    "results": [
        {
            "start": 870819328,
            "stop": 870824788
        },
        {
            "start": 870825651,
            "stop": 870826971
        },
        {
            "start": 870827260,
            "stop": 870831700
        },
        {
            "start": 870831935,
            "stop": 870837095
        },
        {
            "start": 870837258,
            "stop": 870849138
        },
        {
            "start": 870849288,
            "stop": 870849738
        },
        {
            "start": 870849888,
            "stop": 870852318
        },
        {
            "start": 870852468,
            "stop": 870857238
        },
        {
            "start": 870858809,
            "stop": 870862109
        },
        {
            "start": 870862250,
            "stop": 870863270
        },
        {
            "start": 870863300,
            "stop": 870863540
        },
        {
            "start": 870863570,
            "stop": 870864710
        },
        {
            "start": 870864800,
            "stop": 870865310
        },
        {
            "start": 870865520,
            "stop": 870865610
        },
        {
            "start": 870865880,
            "stop": 870866540
        },
        {
            "start": 870866660,
            "stop": 870866720
        },
        {
            "start": 870866750,
            "stop": 870866960
        },
        {
            "start": 870867110,
            "stop": 870867350
        },
        {
            "start": 870867530,
            "stop": 870867650
        },
        {
            "start": 870867798,
            "stop": 870867918
        }
    ]
}