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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=133",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 134,
    "results": [
        {
            "start": 831163473,
            "stop": 831163708
        },
        {
            "start": 831164024,
            "stop": 831164540
        },
        {
            "start": 831164544,
            "stop": 831164659
        },
        {
            "start": 831164959,
            "stop": 831165007
        },
        {
            "start": 831165010,
            "stop": 831165376
        },
        {
            "start": 831165380,
            "stop": 831165506
        },
        {
            "start": 831166381,
            "stop": 831166949
        },
        {
            "start": 831167059,
            "stop": 831167098
        },
        {
            "start": 831167101,
            "stop": 831167135
        },
        {
            "start": 831167138,
            "stop": 831167179
        },
        {
            "start": 831167187,
            "stop": 831167189
        },
        {
            "start": 831167192,
            "stop": 831167199
        },
        {
            "start": 831170968,
            "stop": 831171306
        },
        {
            "start": 831175487,
            "stop": 831175498
        },
        {
            "start": 831175674,
            "stop": 831176098
        },
        {
            "start": 831176398,
            "stop": 831176470
        },
        {
            "start": 831176473,
            "stop": 831180447
        },
        {
            "start": 831180747,
            "stop": 831208239
        },
        {
            "start": 831208873,
            "stop": 831215408
        },
        {
            "start": 831215410,
            "stop": 831222099
        }
    ]
}