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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5885",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5883",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5884,
    "results": [
        {
            "start": 874857650,
            "stop": 874857665
        },
        {
            "start": 874864932,
            "stop": 874864935
        },
        {
            "start": 874864939,
            "stop": 874864950
        },
        {
            "start": 874864954,
            "stop": 874864969
        },
        {
            "start": 874876031,
            "stop": 874876904
        },
        {
            "start": 874877085,
            "stop": 874878220
        },
        {
            "start": 874879206,
            "stop": 874881947
        },
        {
            "start": 874881950,
            "stop": 874884098
        },
        {
            "start": 874884101,
            "stop": 874884187
        },
        {
            "start": 874884190,
            "stop": 874884770
        },
        {
            "start": 874884773,
            "stop": 874884883
        },
        {
            "start": 874884887,
            "stop": 874885387
        },
        {
            "start": 874885390,
            "stop": 874885454
        },
        {
            "start": 874885458,
            "stop": 874885717
        },
        {
            "start": 874885720,
            "stop": 874886311
        },
        {
            "start": 874886314,
            "stop": 874886480
        },
        {
            "start": 874886484,
            "stop": 874887119
        },
        {
            "start": 874887122,
            "stop": 874887890
        },
        {
            "start": 874887894,
            "stop": 874887940
        },
        {
            "start": 874887943,
            "stop": 874888183
        }
    ]
}