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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=235",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 236,
    "results": [
        {
            "start": 934457914,
            "stop": 934457926
        },
        {
            "start": 934457929,
            "stop": 934457942
        },
        {
            "start": 934457944,
            "stop": 934458077
        },
        {
            "start": 934458079,
            "stop": 934458106
        },
        {
            "start": 934458109,
            "stop": 934458122
        },
        {
            "start": 934458124,
            "stop": 934459335
        },
        {
            "start": 934459337,
            "stop": 934459382
        },
        {
            "start": 934459386,
            "stop": 934459411
        },
        {
            "start": 934459414,
            "stop": 934459418
        },
        {
            "start": 934459420,
            "stop": 934459433
        },
        {
            "start": 934459438,
            "stop": 934462953
        },
        {
            "start": 934462958,
            "stop": 934462963
        },
        {
            "start": 934462965,
            "stop": 934462975
        },
        {
            "start": 934462977,
            "stop": 934462982
        },
        {
            "start": 934462984,
            "stop": 934463007
        },
        {
            "start": 934463010,
            "stop": 934463013
        },
        {
            "start": 934463016,
            "stop": 934463031
        },
        {
            "start": 934463034,
            "stop": 934466554
        },
        {
            "start": 934466557,
            "stop": 934466558
        },
        {
            "start": 934466560,
            "stop": 934466564
        }
    ]
}