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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=16",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 17,
    "results": [
        {
            "start": 817432099,
            "stop": 817439449
        },
        {
            "start": 817439542,
            "stop": 817440465
        },
        {
            "start": 817440468,
            "stop": 817442434
        },
        {
            "start": 817443515,
            "stop": 817447648
        },
        {
            "start": 817447758,
            "stop": 817447970
        },
        {
            "start": 817448270,
            "stop": 817449567
        },
        {
            "start": 817449677,
            "stop": 817450205
        },
        {
            "start": 817450467,
            "stop": 817453793
        },
        {
            "start": 817454851,
            "stop": 817454852
        },
        {
            "start": 817454855,
            "stop": 817459255
        },
        {
            "start": 817459821,
            "stop": 817482539
        },
        {
            "start": 817484113,
            "stop": 817485287
        },
        {
            "start": 817492552,
            "stop": 817492567
        },
        {
            "start": 817493409,
            "stop": 817494022
        },
        {
            "start": 817494136,
            "stop": 817496130
        },
        {
            "start": 817497517,
            "stop": 817499285
        },
        {
            "start": 817499290,
            "stop": 817499310
        },
        {
            "start": 817499315,
            "stop": 817499320
        },
        {
            "start": 817499340,
            "stop": 817499345
        },
        {
            "start": 817499358,
            "stop": 817499362
        }
    ]
}