Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=66
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=65",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 66,
    "results": [
        {
            "start": 931190367,
            "stop": 931190368
        },
        {
            "start": 931190369,
            "stop": 931190384
        },
        {
            "start": 931190386,
            "stop": 931190387
        },
        {
            "start": 931190389,
            "stop": 931190393
        },
        {
            "start": 931190397,
            "stop": 931190398
        },
        {
            "start": 931190400,
            "stop": 931190403
        },
        {
            "start": 931190404,
            "stop": 931190415
        },
        {
            "start": 931190775,
            "stop": 931190790
        },
        {
            "start": 931190791,
            "stop": 931190805
        },
        {
            "start": 931190807,
            "stop": 931190810
        },
        {
            "start": 931190812,
            "stop": 931190819
        },
        {
            "start": 931190820,
            "stop": 931190828
        },
        {
            "start": 931190830,
            "stop": 931190831
        },
        {
            "start": 931190835,
            "stop": 931190838
        },
        {
            "start": 931190844,
            "stop": 931190848
        },
        {
            "start": 931190852,
            "stop": 931190854
        },
        {
            "start": 931190856,
            "stop": 931190885
        },
        {
            "start": 931190886,
            "stop": 931190924
        },
        {
            "start": 931190926,
            "stop": 931190952
        },
        {
            "start": 931190954,
            "stop": 931190960
        }
    ]
}