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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8199",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8200,
    "results": [
        {
            "start": 971447175,
            "stop": 971447179
        },
        {
            "start": 971447192,
            "stop": 971447194
        },
        {
            "start": 971447204,
            "stop": 971447244
        },
        {
            "start": 971447248,
            "stop": 971447276
        },
        {
            "start": 971447279,
            "stop": 971447314
        },
        {
            "start": 971447318,
            "stop": 971447344
        },
        {
            "start": 971447352,
            "stop": 971447358
        },
        {
            "start": 971447361,
            "stop": 971447365
        },
        {
            "start": 971447371,
            "stop": 971447375
        },
        {
            "start": 971447454,
            "stop": 971447461
        },
        {
            "start": 971447467,
            "stop": 971447482
        },
        {
            "start": 971447485,
            "stop": 971447502
        },
        {
            "start": 971447505,
            "stop": 971447536
        },
        {
            "start": 971447539,
            "stop": 971447570
        },
        {
            "start": 971447573,
            "stop": 971447575
        },
        {
            "start": 971447579,
            "stop": 971447595
        },
        {
            "start": 971447601,
            "stop": 971447641
        },
        {
            "start": 971447652,
            "stop": 971447658
        },
        {
            "start": 971447661,
            "stop": 971447676
        },
        {
            "start": 971447681,
            "stop": 971447687
        }
    ]
}