Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=376
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=375",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 376,
    "results": [
        {
            "start": 860109487,
            "stop": 860109703
        },
        {
            "start": 860110766,
            "stop": 860125615
        },
        {
            "start": 860125619,
            "stop": 860125630
        },
        {
            "start": 860125633,
            "stop": 860125754
        },
        {
            "start": 860125757,
            "stop": 860149056
        },
        {
            "start": 860149060,
            "stop": 860149065
        },
        {
            "start": 860149069,
            "stop": 860149104
        },
        {
            "start": 860149108,
            "stop": 860149143
        },
        {
            "start": 860149156,
            "stop": 860149167
        },
        {
            "start": 860149175,
            "stop": 860149522
        },
        {
            "start": 860149530,
            "stop": 860149560
        },
        {
            "start": 860149564,
            "stop": 860149584
        },
        {
            "start": 860149592,
            "stop": 860149607
        },
        {
            "start": 860149615,
            "stop": 860149699
        },
        {
            "start": 860150499,
            "stop": 860150618
        },
        {
            "start": 860150622,
            "stop": 860150910
        },
        {
            "start": 860150915,
            "stop": 860150925
        },
        {
            "start": 860150929,
            "stop": 860151465
        },
        {
            "start": 860151604,
            "stop": 860159516
        },
        {
            "start": 860159519,
            "stop": 860159918
        }
    ]
}