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_H1L1/segments?format=api&page=69
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_H1L1/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=68",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 69,
    "results": [
        {
            "start": 819591688,
            "stop": 819592108
        },
        {
            "start": 819593820,
            "stop": 819593880
        },
        {
            "start": 819594171,
            "stop": 819594411
        },
        {
            "start": 819594567,
            "stop": 819594747
        },
        {
            "start": 819594920,
            "stop": 819594980
        },
        {
            "start": 819595143,
            "stop": 819596163
        },
        {
            "start": 819596386,
            "stop": 819596686
        },
        {
            "start": 819596839,
            "stop": 819597079
        },
        {
            "start": 819597264,
            "stop": 819597924
        },
        {
            "start": 819598142,
            "stop": 819598262
        },
        {
            "start": 819598478,
            "stop": 819598838
        },
        {
            "start": 819598983,
            "stop": 819599103
        },
        {
            "start": 819599438,
            "stop": 819599678
        },
        {
            "start": 819599825,
            "stop": 819600125
        },
        {
            "start": 819601733,
            "stop": 819602993
        },
        {
            "start": 819603174,
            "stop": 819603654
        },
        {
            "start": 819603831,
            "stop": 819604011
        },
        {
            "start": 819605214,
            "stop": 819610764
        },
        {
            "start": 819610967,
            "stop": 819611567
        },
        {
            "start": 819611742,
            "stop": 819612102
        }
    ]
}