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=40846
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=40847",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40845",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40846,
    "results": [
        {
            "start": 875046434,
            "stop": 875046440
        },
        {
            "start": 875046442,
            "stop": 875046449
        },
        {
            "start": 875046450,
            "stop": 875046470
        },
        {
            "start": 875046471,
            "stop": 875046476
        },
        {
            "start": 875046477,
            "stop": 875046497
        },
        {
            "start": 875046499,
            "stop": 875046503
        },
        {
            "start": 875046505,
            "stop": 875046508
        },
        {
            "start": 875046509,
            "stop": 875046523
        },
        {
            "start": 875046527,
            "stop": 875046532
        },
        {
            "start": 875046533,
            "stop": 875046552
        },
        {
            "start": 875046553,
            "stop": 875046585
        },
        {
            "start": 875046586,
            "stop": 875046589
        },
        {
            "start": 875046591,
            "stop": 875046594
        },
        {
            "start": 875046595,
            "stop": 875046602
        },
        {
            "start": 875046603,
            "stop": 875046610
        },
        {
            "start": 875046614,
            "stop": 875046622
        },
        {
            "start": 875046625,
            "stop": 875046631
        },
        {
            "start": 875046633,
            "stop": 875046636
        },
        {
            "start": 875046638,
            "stop": 875046654
        },
        {
            "start": 875046656,
            "stop": 875046664
        }
    ]
}