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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=506",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=504",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 505,
    "results": [
        {
            "start": 824220734,
            "stop": 824223913
        },
        {
            "start": 824223922,
            "stop": 824223925
        },
        {
            "start": 824361253,
            "stop": 824361313
        },
        {
            "start": 824361348,
            "stop": 824361351
        },
        {
            "start": 824363353,
            "stop": 824371213
        },
        {
            "start": 824371238,
            "stop": 824371241
        },
        {
            "start": 824371453,
            "stop": 824374771
        },
        {
            "start": 824374774,
            "stop": 824381494
        },
        {
            "start": 824381497,
            "stop": 824381589
        },
        {
            "start": 824381592,
            "stop": 824387859
        },
        {
            "start": 824387862,
            "stop": 824390219
        },
        {
            "start": 824395093,
            "stop": 824397536
        },
        {
            "start": 824408773,
            "stop": 824409133
        },
        {
            "start": 824409973,
            "stop": 824411889
        },
        {
            "start": 824458153,
            "stop": 824461527
        },
        {
            "start": 824461571,
            "stop": 824461837
        },
        {
            "start": 824461840,
            "stop": 824461918
        },
        {
            "start": 824462556,
            "stop": 824465590
        },
        {
            "start": 824465593,
            "stop": 824490395
        },
        {
            "start": 824491366,
            "stop": 824494633
        }
    ]
}