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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2136",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2137,
    "results": [
        {
            "start": 867446415,
            "stop": 867446452
        },
        {
            "start": 867446458,
            "stop": 867449272
        },
        {
            "start": 867449278,
            "stop": 867449295
        },
        {
            "start": 867449303,
            "stop": 867449317
        },
        {
            "start": 867449325,
            "stop": 867449365
        },
        {
            "start": 867449370,
            "stop": 867449555
        },
        {
            "start": 867449665,
            "stop": 867449930
        },
        {
            "start": 867451269,
            "stop": 867452312
        },
        {
            "start": 867454188,
            "stop": 867454594
        },
        {
            "start": 867454894,
            "stop": 867462960
        },
        {
            "start": 867462965,
            "stop": 867500961
        },
        {
            "start": 867501261,
            "stop": 867501425
        },
        {
            "start": 867501812,
            "stop": 867502037
        },
        {
            "start": 867502337,
            "stop": 867502649
        },
        {
            "start": 867502759,
            "stop": 867502951
        },
        {
            "start": 867503251,
            "stop": 867506100
        },
        {
            "start": 867506160,
            "stop": 867510332
        },
        {
            "start": 867510338,
            "stop": 867510352
        },
        {
            "start": 867510360,
            "stop": 867510365
        },
        {
            "start": 867510370,
            "stop": 867510467
        }
    ]
}