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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5087",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5085",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5086,
    "results": [
        {
            "start": 874632516,
            "stop": 874632525
        },
        {
            "start": 874632537,
            "stop": 874632545
        },
        {
            "start": 874632553,
            "stop": 874632570
        },
        {
            "start": 874632577,
            "stop": 874632586
        },
        {
            "start": 874632599,
            "stop": 874632661
        },
        {
            "start": 874632668,
            "stop": 874632706
        },
        {
            "start": 874632723,
            "stop": 874632738
        },
        {
            "start": 874632746,
            "stop": 874632813
        },
        {
            "start": 874632820,
            "stop": 874632907
        },
        {
            "start": 874632914,
            "stop": 874633005
        },
        {
            "start": 874633012,
            "stop": 874633024
        },
        {
            "start": 874633038,
            "stop": 874633144
        },
        {
            "start": 874633157,
            "stop": 874633173
        },
        {
            "start": 874633181,
            "stop": 874633184
        },
        {
            "start": 874633191,
            "stop": 874633249
        },
        {
            "start": 874633257,
            "stop": 874633322
        },
        {
            "start": 874633329,
            "stop": 874633391
        },
        {
            "start": 874633398,
            "stop": 874633404
        },
        {
            "start": 874633411,
            "stop": 874633434
        },
        {
            "start": 874633441,
            "stop": 874633451
        }
    ]
}