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_H1L1/segments?format=api&page=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=126",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 127,
    "results": [
        {
            "start": 822006875,
            "stop": 822006995
        },
        {
            "start": 822008903,
            "stop": 822009083
        },
        {
            "start": 822009257,
            "stop": 822009317
        },
        {
            "start": 822009545,
            "stop": 822009965
        },
        {
            "start": 822011593,
            "stop": 822011773
        },
        {
            "start": 822013624,
            "stop": 822013684
        },
        {
            "start": 822014089,
            "stop": 822014149
        },
        {
            "start": 822015377,
            "stop": 822015437
        },
        {
            "start": 822017349,
            "stop": 822017409
        },
        {
            "start": 822017549,
            "stop": 822017609
        },
        {
            "start": 822020056,
            "stop": 822020116
        },
        {
            "start": 822020983,
            "stop": 822021043
        },
        {
            "start": 822022287,
            "stop": 822022347
        },
        {
            "start": 822048256,
            "stop": 822048316
        },
        {
            "start": 822051047,
            "stop": 822051107
        },
        {
            "start": 822051862,
            "stop": 822051922
        },
        {
            "start": 822059194,
            "stop": 822059254
        },
        {
            "start": 822060901,
            "stop": 822060961
        },
        {
            "start": 822124661,
            "stop": 822124721
        },
        {
            "start": 822133852,
            "stop": 822133912
        }
    ]
}