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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=324",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 325,
    "results": [
        {
            "start": 863771294,
            "stop": 863805563
        },
        {
            "start": 863811065,
            "stop": 863811313
        },
        {
            "start": 863811367,
            "stop": 863830563
        },
        {
            "start": 863845686,
            "stop": 863848295
        },
        {
            "start": 863849326,
            "stop": 863879429
        },
        {
            "start": 863880265,
            "stop": 863880272
        },
        {
            "start": 863880299,
            "stop": 863881245
        },
        {
            "start": 863899898,
            "stop": 863931116
        },
        {
            "start": 863933560,
            "stop": 863936019
        },
        {
            "start": 863937539,
            "stop": 863938077
        },
        {
            "start": 863939143,
            "stop": 863945525
        },
        {
            "start": 863952849,
            "stop": 863965370
        },
        {
            "start": 863978991,
            "stop": 863979259
        },
        {
            "start": 863979886,
            "stop": 863982925
        },
        {
            "start": 863984050,
            "stop": 863984347
        },
        {
            "start": 863985079,
            "stop": 863991262
        },
        {
            "start": 863991275,
            "stop": 863991809
        },
        {
            "start": 863991818,
            "stop": 863991868
        },
        {
            "start": 863991872,
            "stop": 863992429
        },
        {
            "start": 863992433,
            "stop": 863992489
        }
    ]
}