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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=70",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 71,
    "results": [
        {
            "start": 1370846597,
            "stop": 1370847410
        },
        {
            "start": 1370847412,
            "stop": 1370848375
        },
        {
            "start": 1370848380,
            "stop": 1370848663
        },
        {
            "start": 1370848665,
            "stop": 1370849291
        },
        {
            "start": 1370849293,
            "stop": 1370850930
        },
        {
            "start": 1370850932,
            "stop": 1370851031
        },
        {
            "start": 1370851036,
            "stop": 1370851629
        },
        {
            "start": 1370851631,
            "stop": 1370853150
        },
        {
            "start": 1370853151,
            "stop": 1370853813
        },
        {
            "start": 1370853815,
            "stop": 1370854910
        },
        {
            "start": 1370854912,
            "stop": 1370857531
        },
        {
            "start": 1370857533,
            "stop": 1370859625
        },
        {
            "start": 1370859627,
            "stop": 1370861792
        },
        {
            "start": 1370861793,
            "stop": 1370861961
        },
        {
            "start": 1370861965,
            "stop": 1370864074
        },
        {
            "start": 1370864077,
            "stop": 1370866022
        },
        {
            "start": 1370866024,
            "stop": 1370866873
        },
        {
            "start": 1370866878,
            "stop": 1370868186
        },
        {
            "start": 1370868188,
            "stop": 1370870189
        },
        {
            "start": 1370870191,
            "stop": 1370872407
        }
    ]
}