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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=135",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 136,
    "results": [
        {
            "start": 931434814,
            "stop": 931434831
        },
        {
            "start": 931434833,
            "stop": 931434843
        },
        {
            "start": 931434845,
            "stop": 931434852
        },
        {
            "start": 931434853,
            "stop": 931434872
        },
        {
            "start": 931434874,
            "stop": 931434888
        },
        {
            "start": 931434890,
            "stop": 931434891
        },
        {
            "start": 931434893,
            "stop": 931434923
        },
        {
            "start": 931434924,
            "stop": 931434951
        },
        {
            "start": 931434953,
            "stop": 931435000
        },
        {
            "start": 931435001,
            "stop": 931435007
        },
        {
            "start": 931435009,
            "stop": 931435014
        },
        {
            "start": 931435016,
            "stop": 931435033
        },
        {
            "start": 931435034,
            "stop": 931435065
        },
        {
            "start": 931435066,
            "stop": 931435089
        },
        {
            "start": 931435091,
            "stop": 931435155
        },
        {
            "start": 931435157,
            "stop": 931435199
        },
        {
            "start": 931435201,
            "stop": 931435202
        },
        {
            "start": 931435203,
            "stop": 931435247
        },
        {
            "start": 931435248,
            "stop": 931435252
        },
        {
            "start": 931435256,
            "stop": 931435267
        }
    ]
}