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=3683
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=3684",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3682",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3683,
    "results": [
        {
            "start": 970895446,
            "stop": 970895572
        },
        {
            "start": 970895573,
            "stop": 970895664
        },
        {
            "start": 970895667,
            "stop": 970895994
        },
        {
            "start": 970895997,
            "stop": 970896488
        },
        {
            "start": 970896491,
            "stop": 970896604
        },
        {
            "start": 970896607,
            "stop": 970896833
        },
        {
            "start": 970896839,
            "stop": 970897134
        },
        {
            "start": 970897137,
            "stop": 970897157
        },
        {
            "start": 970897160,
            "stop": 970897284
        },
        {
            "start": 970897290,
            "stop": 970897813
        },
        {
            "start": 970897814,
            "stop": 970897914
        },
        {
            "start": 970897917,
            "stop": 970898007
        },
        {
            "start": 970898013,
            "stop": 970898154
        },
        {
            "start": 970898157,
            "stop": 970898208
        },
        {
            "start": 970898211,
            "stop": 970898257
        },
        {
            "start": 970898261,
            "stop": 970898365
        },
        {
            "start": 970898368,
            "stop": 970898647
        },
        {
            "start": 970898650,
            "stop": 970898674
        },
        {
            "start": 970898677,
            "stop": 970898991
        },
        {
            "start": 970898994,
            "stop": 970899344
        }
    ]
}