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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3679",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3677",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3678,
    "results": [
        {
            "start": 970851684,
            "stop": 970851700
        },
        {
            "start": 970851703,
            "stop": 970851714
        },
        {
            "start": 970851717,
            "stop": 970851736
        },
        {
            "start": 970851796,
            "stop": 970851809
        },
        {
            "start": 970851812,
            "stop": 970851855
        },
        {
            "start": 970851976,
            "stop": 970851991
        },
        {
            "start": 970852002,
            "stop": 970852112
        },
        {
            "start": 970852117,
            "stop": 970852119
        },
        {
            "start": 970852123,
            "stop": 970852145
        },
        {
            "start": 970852154,
            "stop": 970852170
        },
        {
            "start": 970852174,
            "stop": 970852177
        },
        {
            "start": 970852182,
            "stop": 970852209
        },
        {
            "start": 970852457,
            "stop": 970852480
        },
        {
            "start": 970852483,
            "stop": 970852495
        },
        {
            "start": 970852498,
            "stop": 970852636
        },
        {
            "start": 970852696,
            "stop": 970852748
        },
        {
            "start": 970852751,
            "stop": 970852757
        },
        {
            "start": 970852758,
            "stop": 970852763
        },
        {
            "start": 970852766,
            "stop": 970852936
        },
        {
            "start": 970853056,
            "stop": 970853176
        }
    ]
}