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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=346",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 347,
    "results": [
        {
            "start": 931784872,
            "stop": 931784879
        },
        {
            "start": 931784882,
            "stop": 931784883
        },
        {
            "start": 931784885,
            "stop": 931784890
        },
        {
            "start": 931784897,
            "stop": 931784920
        },
        {
            "start": 931784924,
            "stop": 931784930
        },
        {
            "start": 931784932,
            "stop": 931784955
        },
        {
            "start": 931784957,
            "stop": 931784981
        },
        {
            "start": 931784983,
            "stop": 931785031
        },
        {
            "start": 931785033,
            "stop": 931785101
        },
        {
            "start": 931785103,
            "stop": 931785111
        },
        {
            "start": 931785113,
            "stop": 931785119
        },
        {
            "start": 931785121,
            "stop": 931785148
        },
        {
            "start": 931785150,
            "stop": 931785156
        },
        {
            "start": 931785158,
            "stop": 931785164
        },
        {
            "start": 931785166,
            "stop": 931785185
        },
        {
            "start": 931785186,
            "stop": 931785191
        },
        {
            "start": 931785193,
            "stop": 931785219
        },
        {
            "start": 931785221,
            "stop": 931785225
        },
        {
            "start": 931785227,
            "stop": 931785228
        },
        {
            "start": 931785229,
            "stop": 931785313
        }
    ]
}