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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=53",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 54,
    "results": [
        {
            "start": 817447758,
            "stop": 817447970
        },
        {
            "start": 817448270,
            "stop": 817448819
        },
        {
            "start": 817448851,
            "stop": 817449567
        },
        {
            "start": 817449677,
            "stop": 817450205
        },
        {
            "start": 817450467,
            "stop": 817453793
        },
        {
            "start": 817454851,
            "stop": 817454852
        },
        {
            "start": 817454855,
            "stop": 817457459
        },
        {
            "start": 817457465,
            "stop": 817459255
        },
        {
            "start": 817459821,
            "stop": 817477279
        },
        {
            "start": 817477283,
            "stop": 817482539
        },
        {
            "start": 817484113,
            "stop": 817485167
        },
        {
            "start": 817493409,
            "stop": 817494013
        },
        {
            "start": 817494136,
            "stop": 817495106
        },
        {
            "start": 817495109,
            "stop": 817496047
        },
        {
            "start": 817497517,
            "stop": 817499277
        },
        {
            "start": 817499401,
            "stop": 817499410
        },
        {
            "start": 817499427,
            "stop": 817501930
        },
        {
            "start": 817501947,
            "stop": 817502041
        },
        {
            "start": 817502095,
            "stop": 817502400
        },
        {
            "start": 817502460,
            "stop": 817503121
        }
    ]
}