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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=659",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=657",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 658,
    "results": [
        {
            "start": 1266101063,
            "stop": 1266101081
        },
        {
            "start": 1266101082,
            "stop": 1266103117
        },
        {
            "start": 1266103121,
            "stop": 1266106356
        },
        {
            "start": 1266106358,
            "stop": 1266109815
        },
        {
            "start": 1266109818,
            "stop": 1266109822
        },
        {
            "start": 1266109824,
            "stop": 1266109844
        },
        {
            "start": 1266109848,
            "stop": 1266109858
        },
        {
            "start": 1266109865,
            "stop": 1266111014
        },
        {
            "start": 1266111019,
            "stop": 1266111821
        },
        {
            "start": 1266111822,
            "stop": 1266113545
        },
        {
            "start": 1266113547,
            "stop": 1266114992
        },
        {
            "start": 1266114994,
            "stop": 1266115263
        },
        {
            "start": 1266115268,
            "stop": 1266115921
        },
        {
            "start": 1266115925,
            "stop": 1266116302
        },
        {
            "start": 1266124319,
            "stop": 1266124727
        },
        {
            "start": 1266124730,
            "stop": 1266129016
        },
        {
            "start": 1266129021,
            "stop": 1266129710
        },
        {
            "start": 1266129713,
            "stop": 1266131191
        },
        {
            "start": 1266131194,
            "stop": 1266132424
        },
        {
            "start": 1266132428,
            "stop": 1266136907
        }
    ]
}