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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6983",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6981",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6982,
    "results": [
        {
            "start": 873820510,
            "stop": 873820559
        },
        {
            "start": 873820563,
            "stop": 873820636
        },
        {
            "start": 873820639,
            "stop": 873820797
        },
        {
            "start": 873820800,
            "stop": 873820804
        },
        {
            "start": 873820808,
            "stop": 873820827
        },
        {
            "start": 873820829,
            "stop": 873820968
        },
        {
            "start": 873820972,
            "stop": 873821010
        },
        {
            "start": 873821013,
            "stop": 873821053
        },
        {
            "start": 873821060,
            "stop": 873821122
        },
        {
            "start": 873821125,
            "stop": 873821126
        },
        {
            "start": 873821129,
            "stop": 873821134
        },
        {
            "start": 873821137,
            "stop": 873821145
        },
        {
            "start": 873821149,
            "stop": 873821169
        },
        {
            "start": 873821181,
            "stop": 873821191
        },
        {
            "start": 873821195,
            "stop": 873821197
        },
        {
            "start": 873821200,
            "stop": 873821277
        },
        {
            "start": 873821281,
            "stop": 873821289
        },
        {
            "start": 873821295,
            "stop": 873821313
        },
        {
            "start": 873821319,
            "stop": 873821407
        },
        {
            "start": 873821411,
            "stop": 873821462
        }
    ]
}