Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6399
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6398",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6399,
    "results": [
        {
            "start": 873619552,
            "stop": 873620116
        },
        {
            "start": 873620117,
            "stop": 873620180
        },
        {
            "start": 873620182,
            "stop": 873620612
        },
        {
            "start": 873620613,
            "stop": 873620812
        },
        {
            "start": 873620814,
            "stop": 873621479
        },
        {
            "start": 873621480,
            "stop": 873621648
        },
        {
            "start": 873621649,
            "stop": 873622151
        },
        {
            "start": 873622152,
            "stop": 873622300
        },
        {
            "start": 873622301,
            "stop": 873622392
        },
        {
            "start": 873622394,
            "stop": 873622557
        },
        {
            "start": 873622558,
            "stop": 873622871
        },
        {
            "start": 873622872,
            "stop": 873623003
        },
        {
            "start": 873623004,
            "stop": 873623109
        },
        {
            "start": 873623110,
            "stop": 873623202
        },
        {
            "start": 873623203,
            "stop": 873623266
        },
        {
            "start": 873623267,
            "stop": 873623390
        },
        {
            "start": 873623391,
            "stop": 873623448
        },
        {
            "start": 873623450,
            "stop": 873623620
        },
        {
            "start": 873623621,
            "stop": 873623723
        },
        {
            "start": 873623725,
            "stop": 873624081
        }
    ]
}