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=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=322",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 323,
    "results": [
        {
            "start": 863586378,
            "stop": 863586458
        },
        {
            "start": 863586462,
            "stop": 863586517
        },
        {
            "start": 863587445,
            "stop": 863587713
        },
        {
            "start": 863587717,
            "stop": 863587847
        },
        {
            "start": 863587850,
            "stop": 863587923
        },
        {
            "start": 863587927,
            "stop": 863589809
        },
        {
            "start": 863591374,
            "stop": 863626650
        },
        {
            "start": 863626654,
            "stop": 863626669
        },
        {
            "start": 863626674,
            "stop": 863629459
        },
        {
            "start": 863629463,
            "stop": 863632998
        },
        {
            "start": 863633002,
            "stop": 863635477
        },
        {
            "start": 863636475,
            "stop": 863636755
        },
        {
            "start": 863636758,
            "stop": 863637322
        },
        {
            "start": 863639401,
            "stop": 863641125
        },
        {
            "start": 863641128,
            "stop": 863641163
        },
        {
            "start": 863641167,
            "stop": 863641308
        },
        {
            "start": 863641312,
            "stop": 863641563
        },
        {
            "start": 863641566,
            "stop": 863641833
        },
        {
            "start": 863641842,
            "stop": 863641877
        },
        {
            "start": 863641881,
            "stop": 863641977
        }
    ]
}