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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=71",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 72,
    "results": [
        {
            "start": 1405071009,
            "stop": 1405072607
        },
        {
            "start": 1405072611,
            "stop": 1405075400
        },
        {
            "start": 1405076194,
            "stop": 1405077270
        },
        {
            "start": 1405077390,
            "stop": 1405079768
        },
        {
            "start": 1405080176,
            "stop": 1405080590
        },
        {
            "start": 1405081182,
            "stop": 1405081238
        },
        {
            "start": 1405081358,
            "stop": 1405082086
        },
        {
            "start": 1405082222,
            "stop": 1405091221
        },
        {
            "start": 1405091226,
            "stop": 1405091855
        },
        {
            "start": 1405091859,
            "stop": 1405093329
        },
        {
            "start": 1405109113,
            "stop": 1405111300
        },
        {
            "start": 1405111303,
            "stop": 1405111771
        },
        {
            "start": 1405111775,
            "stop": 1405111978
        },
        {
            "start": 1405111981,
            "stop": 1405118407
        },
        {
            "start": 1405118411,
            "stop": 1405119741
        },
        {
            "start": 1405119745,
            "stop": 1405122000
        },
        {
            "start": 1405122003,
            "stop": 1405125442
        },
        {
            "start": 1405125445,
            "stop": 1405131129
        },
        {
            "start": 1405131132,
            "stop": 1405162989
        },
        {
            "start": 1405163109,
            "stop": 1405163145
        }
    ]
}