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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=53",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 54,
    "results": [
        {
            "start": 1402686754,
            "stop": 1402689984
        },
        {
            "start": 1402689989,
            "stop": 1402693344
        },
        {
            "start": 1402693349,
            "stop": 1402695398
        },
        {
            "start": 1402695403,
            "stop": 1402701123
        },
        {
            "start": 1402701127,
            "stop": 1402711473
        },
        {
            "start": 1402711478,
            "stop": 1402720728
        },
        {
            "start": 1402720730,
            "stop": 1402722951
        },
        {
            "start": 1402722956,
            "stop": 1402729113
        },
        {
            "start": 1402729114,
            "stop": 1402729532
        },
        {
            "start": 1402729536,
            "stop": 1402737722
        },
        {
            "start": 1402737727,
            "stop": 1402741171
        },
        {
            "start": 1402741175,
            "stop": 1402754431
        },
        {
            "start": 1402797257,
            "stop": 1402797772
        },
        {
            "start": 1402797777,
            "stop": 1402810197
        },
        {
            "start": 1402810200,
            "stop": 1402822250
        },
        {
            "start": 1402822251,
            "stop": 1402828316
        },
        {
            "start": 1402828318,
            "stop": 1402831737
        },
        {
            "start": 1402831742,
            "stop": 1402840053
        },
        {
            "start": 1402859359,
            "stop": 1402859362
        },
        {
            "start": 1402859369,
            "stop": 1402859405
        }
    ]
}