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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=76",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 77,
    "results": [
        {
            "start": 823878141,
            "stop": 823883808
        },
        {
            "start": 823941762,
            "stop": 823963459
        },
        {
            "start": 824035162,
            "stop": 824046126
        },
        {
            "start": 824046184,
            "stop": 824049536
        },
        {
            "start": 824121950,
            "stop": 824137066
        },
        {
            "start": 824204593,
            "stop": 824211788
        },
        {
            "start": 824212202,
            "stop": 824214296
        },
        {
            "start": 824215048,
            "stop": 824215333
        },
        {
            "start": 824216233,
            "stop": 824217152
        },
        {
            "start": 824221813,
            "stop": 824223924
        },
        {
            "start": 824299426,
            "stop": 824299872
        },
        {
            "start": 824300172,
            "stop": 824300226
        },
        {
            "start": 824300336,
            "stop": 824314087
        },
        {
            "start": 824361208,
            "stop": 824361350
        },
        {
            "start": 824363311,
            "stop": 824366732
        },
        {
            "start": 824366735,
            "stop": 824367114
        },
        {
            "start": 824367117,
            "stop": 824369206
        },
        {
            "start": 824369209,
            "stop": 824369620
        },
        {
            "start": 824369623,
            "stop": 824372419
        },
        {
            "start": 824372422,
            "stop": 824373060
        }
    ]
}