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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40790",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40788",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40789,
    "results": [
        {
            "start": 875002798,
            "stop": 875002813
        },
        {
            "start": 875002814,
            "stop": 875002874
        },
        {
            "start": 875002876,
            "stop": 875002917
        },
        {
            "start": 875002918,
            "stop": 875002919
        },
        {
            "start": 875002920,
            "stop": 875002938
        },
        {
            "start": 875002940,
            "stop": 875002941
        },
        {
            "start": 875002942,
            "stop": 875002959
        },
        {
            "start": 875002961,
            "stop": 875002981
        },
        {
            "start": 875002982,
            "stop": 875003042
        },
        {
            "start": 875003043,
            "stop": 875003046
        },
        {
            "start": 875003047,
            "stop": 875003048
        },
        {
            "start": 875003050,
            "stop": 875003054
        },
        {
            "start": 875003055,
            "stop": 875003106
        },
        {
            "start": 875003107,
            "stop": 875003109
        },
        {
            "start": 875003110,
            "stop": 875003120
        },
        {
            "start": 875003121,
            "stop": 875003122
        },
        {
            "start": 875003123,
            "stop": 875003141
        },
        {
            "start": 875003143,
            "stop": 875003237
        },
        {
            "start": 875003238,
            "stop": 875003258
        },
        {
            "start": 875003259,
            "stop": 875003299
        }
    ]
}