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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6098",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6096",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6097,
    "results": [
        {
            "start": 874011520,
            "stop": 874012668
        },
        {
            "start": 874012671,
            "stop": 874014486
        },
        {
            "start": 874014487,
            "stop": 874014507
        },
        {
            "start": 874014874,
            "stop": 874018079
        },
        {
            "start": 874018080,
            "stop": 874018087
        },
        {
            "start": 874018089,
            "stop": 874018091
        },
        {
            "start": 874018092,
            "stop": 874018130
        },
        {
            "start": 874018131,
            "stop": 874018142
        },
        {
            "start": 874018143,
            "stop": 874018380
        },
        {
            "start": 874018440,
            "stop": 874018893
        },
        {
            "start": 874018895,
            "stop": 874019956
        },
        {
            "start": 874019958,
            "stop": 874021220
        },
        {
            "start": 874021221,
            "stop": 874021312
        },
        {
            "start": 874021315,
            "stop": 874023307
        },
        {
            "start": 874023308,
            "stop": 874024058
        },
        {
            "start": 874029151,
            "stop": 874030735
        },
        {
            "start": 874030736,
            "stop": 874031069
        },
        {
            "start": 874031071,
            "stop": 874031196
        },
        {
            "start": 874031199,
            "stop": 874031597
        },
        {
            "start": 874032107,
            "stop": 874033222
        }
    ]
}