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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=300",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 301,
    "results": [
        {
            "start": 858811482,
            "stop": 858811521
        },
        {
            "start": 858811535,
            "stop": 858811550
        },
        {
            "start": 858811560,
            "stop": 858811569
        },
        {
            "start": 858811573,
            "stop": 858811589
        },
        {
            "start": 858811593,
            "stop": 858811607
        },
        {
            "start": 858811611,
            "stop": 858811617
        },
        {
            "start": 858811631,
            "stop": 858811642
        },
        {
            "start": 858811656,
            "stop": 858811676
        },
        {
            "start": 858811680,
            "stop": 858811762
        },
        {
            "start": 858811772,
            "stop": 858811875
        },
        {
            "start": 858811898,
            "stop": 858811939
        },
        {
            "start": 858811943,
            "stop": 858811949
        },
        {
            "start": 858811968,
            "stop": 858811978
        },
        {
            "start": 858811982,
            "stop": 858812031
        },
        {
            "start": 858812040,
            "stop": 858812047
        },
        {
            "start": 858812056,
            "stop": 858812062
        },
        {
            "start": 858812076,
            "stop": 858812146
        },
        {
            "start": 858812149,
            "stop": 858812232
        },
        {
            "start": 858812236,
            "stop": 858812320
        },
        {
            "start": 858812324,
            "stop": 858812555
        }
    ]
}