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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10220",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10221,
    "results": [
        {
            "start": 874184844,
            "stop": 874184856
        },
        {
            "start": 874184948,
            "stop": 874184988
        },
        {
            "start": 874185052,
            "stop": 874185318
        },
        {
            "start": 874187757,
            "stop": 874187797
        },
        {
            "start": 874187831,
            "stop": 874187990
        },
        {
            "start": 874188026,
            "stop": 874188233
        },
        {
            "start": 874188353,
            "stop": 874188502
        },
        {
            "start": 874188674,
            "stop": 874189285
        },
        {
            "start": 874189407,
            "stop": 874190373
        },
        {
            "start": 874190410,
            "stop": 874191006
        },
        {
            "start": 874191104,
            "stop": 874191706
        },
        {
            "start": 874191774,
            "stop": 874191780
        },
        {
            "start": 874191816,
            "stop": 874191867
        },
        {
            "start": 874191918,
            "stop": 874192093
        },
        {
            "start": 874192101,
            "stop": 874192365
        },
        {
            "start": 874192372,
            "stop": 874192462
        },
        {
            "start": 874192469,
            "stop": 874192553
        },
        {
            "start": 874192589,
            "stop": 874192867
        },
        {
            "start": 874193738,
            "stop": 874193836
        },
        {
            "start": 874193844,
            "stop": 874193997
        }
    ]
}