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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=297",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 298,
    "results": [
        {
            "start": 841994911,
            "stop": 842001018
        },
        {
            "start": 842001020,
            "stop": 842005181
        },
        {
            "start": 842005183,
            "stop": 842006838
        },
        {
            "start": 842006840,
            "stop": 842010185
        },
        {
            "start": 842010187,
            "stop": 842011271
        },
        {
            "start": 842011273,
            "stop": 842011344
        },
        {
            "start": 842011346,
            "stop": 842011886
        },
        {
            "start": 842011888,
            "stop": 842012085
        },
        {
            "start": 842012087,
            "stop": 842012321
        },
        {
            "start": 842012323,
            "stop": 842012334
        },
        {
            "start": 842012336,
            "stop": 842012439
        },
        {
            "start": 842012441,
            "stop": 842012645
        },
        {
            "start": 842012647,
            "stop": 842012853
        },
        {
            "start": 842012855,
            "stop": 842012857
        },
        {
            "start": 842012859,
            "stop": 842012916
        },
        {
            "start": 842012918,
            "stop": 842013001
        },
        {
            "start": 842013002,
            "stop": 842013045
        },
        {
            "start": 842013046,
            "stop": 842013050
        },
        {
            "start": 842014070,
            "stop": 842018257
        },
        {
            "start": 842018259,
            "stop": 842024294
        }
    ]
}