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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5782",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5780",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5781,
    "results": [
        {
            "start": 874669463,
            "stop": 874669557
        },
        {
            "start": 874669560,
            "stop": 874669846
        },
        {
            "start": 874669850,
            "stop": 874669856
        },
        {
            "start": 874669859,
            "stop": 874669885
        },
        {
            "start": 874669888,
            "stop": 874669965
        },
        {
            "start": 874669968,
            "stop": 874670047
        },
        {
            "start": 874670050,
            "stop": 874670186
        },
        {
            "start": 874670189,
            "stop": 874670387
        },
        {
            "start": 874670390,
            "stop": 874670660
        },
        {
            "start": 874670663,
            "stop": 874670670
        },
        {
            "start": 874670673,
            "stop": 874670741
        },
        {
            "start": 874670745,
            "stop": 874670806
        },
        {
            "start": 874670809,
            "stop": 874670841
        },
        {
            "start": 874670845,
            "stop": 874670921
        },
        {
            "start": 874670925,
            "stop": 874670985
        },
        {
            "start": 874670988,
            "stop": 874671003
        },
        {
            "start": 874671007,
            "stop": 874671009
        },
        {
            "start": 874671012,
            "stop": 874671019
        },
        {
            "start": 874671022,
            "stop": 874671036
        },
        {
            "start": 874671039,
            "stop": 874671125
        }
    ]
}