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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=422",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=420",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 421,
    "results": [
        {
            "start": 1182771187,
            "stop": 1182773247
        },
        {
            "start": 1182773248,
            "stop": 1182775135
        },
        {
            "start": 1182775136,
            "stop": 1182775503
        },
        {
            "start": 1182775507,
            "stop": 1182777022
        },
        {
            "start": 1182777023,
            "stop": 1182777946
        },
        {
            "start": 1182777947,
            "stop": 1182779352
        },
        {
            "start": 1182779353,
            "stop": 1182780587
        },
        {
            "start": 1182780588,
            "stop": 1182780955
        },
        {
            "start": 1182780959,
            "stop": 1182781128
        },
        {
            "start": 1182781129,
            "stop": 1182781701
        },
        {
            "start": 1182781702,
            "stop": 1182781951
        },
        {
            "start": 1182781954,
            "stop": 1182782268
        },
        {
            "start": 1182782269,
            "stop": 1182783148
        },
        {
            "start": 1182783149,
            "stop": 1182783761
        },
        {
            "start": 1182783762,
            "stop": 1182783992
        },
        {
            "start": 1182783993,
            "stop": 1182784769
        },
        {
            "start": 1182784770,
            "stop": 1182785194
        },
        {
            "start": 1182785195,
            "stop": 1182785616
        },
        {
            "start": 1182785617,
            "stop": 1182786481
        },
        {
            "start": 1182786482,
            "stop": 1182786822
        }
    ]
}