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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=150",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 151,
    "results": [
        {
            "start": 931448807,
            "stop": 931448814
        },
        {
            "start": 931448816,
            "stop": 931448836
        },
        {
            "start": 931448838,
            "stop": 931448882
        },
        {
            "start": 931448884,
            "stop": 931448899
        },
        {
            "start": 931448901,
            "stop": 931448908
        },
        {
            "start": 931448910,
            "stop": 931448955
        },
        {
            "start": 931448957,
            "stop": 931448960
        },
        {
            "start": 931448961,
            "stop": 931448964
        },
        {
            "start": 931448966,
            "stop": 931449026
        },
        {
            "start": 931449027,
            "stop": 931449091
        },
        {
            "start": 931449093,
            "stop": 931449130
        },
        {
            "start": 931449132,
            "stop": 931449194
        },
        {
            "start": 931449196,
            "stop": 931449340
        },
        {
            "start": 931449342,
            "stop": 931449360
        },
        {
            "start": 931449361,
            "stop": 931449423
        },
        {
            "start": 931449425,
            "stop": 931449440
        },
        {
            "start": 931449442,
            "stop": 931449460
        },
        {
            "start": 931449462,
            "stop": 931449477
        },
        {
            "start": 931449478,
            "stop": 931449513
        },
        {
            "start": 931449514,
            "stop": 931449520
        }
    ]
}