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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6116",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6117,
    "results": [
        {
            "start": 874145933,
            "stop": 874145950
        },
        {
            "start": 874145953,
            "stop": 874145977
        },
        {
            "start": 874145980,
            "stop": 874146197
        },
        {
            "start": 874146200,
            "stop": 874146480
        },
        {
            "start": 874146481,
            "stop": 874146640
        },
        {
            "start": 874146643,
            "stop": 874146778
        },
        {
            "start": 874146781,
            "stop": 874147013
        },
        {
            "start": 874147016,
            "stop": 874147017
        },
        {
            "start": 874147020,
            "stop": 874147065
        },
        {
            "start": 874147068,
            "stop": 874147166
        },
        {
            "start": 874147171,
            "stop": 874147173
        },
        {
            "start": 874147176,
            "stop": 874147177
        },
        {
            "start": 874147180,
            "stop": 874147189
        },
        {
            "start": 874147193,
            "stop": 874147210
        },
        {
            "start": 874147214,
            "stop": 874147321
        },
        {
            "start": 874147324,
            "stop": 874147347
        },
        {
            "start": 874147350,
            "stop": 874147710
        },
        {
            "start": 874147716,
            "stop": 874147740
        },
        {
            "start": 874147743,
            "stop": 874147970
        },
        {
            "start": 874147973,
            "stop": 874147979
        }
    ]
}