Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=283
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=282",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 283,
    "results": [
        {
            "start": 1377303794,
            "stop": 1377304275
        },
        {
            "start": 1377304278,
            "stop": 1377304341
        },
        {
            "start": 1377304343,
            "stop": 1377304480
        },
        {
            "start": 1377304483,
            "stop": 1377304747
        },
        {
            "start": 1377304750,
            "stop": 1377304900
        },
        {
            "start": 1377304905,
            "stop": 1377304972
        },
        {
            "start": 1377304976,
            "stop": 1377305229
        },
        {
            "start": 1377305234,
            "stop": 1377305246
        },
        {
            "start": 1377305248,
            "stop": 1377305407
        },
        {
            "start": 1377305409,
            "stop": 1377305448
        },
        {
            "start": 1377305453,
            "stop": 1377305491
        },
        {
            "start": 1377305496,
            "stop": 1377305513
        },
        {
            "start": 1377309269,
            "stop": 1377309423
        },
        {
            "start": 1377309425,
            "stop": 1377310221
        },
        {
            "start": 1377310222,
            "stop": 1377310466
        },
        {
            "start": 1377310468,
            "stop": 1377310525
        },
        {
            "start": 1377310530,
            "stop": 1377311097
        },
        {
            "start": 1377311101,
            "stop": 1377311157
        },
        {
            "start": 1377311158,
            "stop": 1377311721
        },
        {
            "start": 1377311723,
            "stop": 1377312404
        }
    ]
}