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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=9",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 10,
    "results": [
        {
            "start": 817424327,
            "stop": 817425752
        },
        {
            "start": 817427752,
            "stop": 817431882
        },
        {
            "start": 817432099,
            "stop": 817439449
        },
        {
            "start": 817439542,
            "stop": 817442434
        },
        {
            "start": 817443515,
            "stop": 817450205
        },
        {
            "start": 817450467,
            "stop": 817454090
        },
        {
            "start": 817454851,
            "stop": 817454852
        },
        {
            "start": 817454855,
            "stop": 817482539
        },
        {
            "start": 817484113,
            "stop": 817485287
        },
        {
            "start": 817492552,
            "stop": 817492567
        },
        {
            "start": 817493409,
            "stop": 817494089
        },
        {
            "start": 817494136,
            "stop": 817496167
        },
        {
            "start": 817497517,
            "stop": 817502041
        },
        {
            "start": 817502095,
            "stop": 817503241
        },
        {
            "start": 817506984,
            "stop": 817508386
        },
        {
            "start": 817509064,
            "stop": 817510280
        },
        {
            "start": 817511218,
            "stop": 817519645
        },
        {
            "start": 817519754,
            "stop": 817549488
        },
        {
            "start": 817551093,
            "stop": 817551365
        },
        {
            "start": 817551461,
            "stop": 817551469
        }
    ]
}