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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=2",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 3,
    "results": [
        {
            "start": 1126080414,
            "stop": 1126080469
        },
        {
            "start": 1126080471,
            "stop": 1126080497
        },
        {
            "start": 1126080499,
            "stop": 1126080536
        },
        {
            "start": 1126080544,
            "stop": 1126080849
        },
        {
            "start": 1126080850,
            "stop": 1126080978
        },
        {
            "start": 1126080986,
            "stop": 1126081183
        },
        {
            "start": 1126081185,
            "stop": 1126081398
        },
        {
            "start": 1126081401,
            "stop": 1126081403
        },
        {
            "start": 1126081405,
            "stop": 1126081521
        },
        {
            "start": 1126081522,
            "stop": 1126081878
        },
        {
            "start": 1126081879,
            "stop": 1126082221
        },
        {
            "start": 1126082223,
            "stop": 1126082225
        },
        {
            "start": 1126082227,
            "stop": 1126082238
        },
        {
            "start": 1126082242,
            "stop": 1126082244
        },
        {
            "start": 1126082245,
            "stop": 1126082609
        },
        {
            "start": 1126082611,
            "stop": 1126082978
        },
        {
            "start": 1126082979,
            "stop": 1126083302
        },
        {
            "start": 1126083303,
            "stop": 1126083517
        },
        {
            "start": 1126083525,
            "stop": 1126083651
        },
        {
            "start": 1126083653,
            "stop": 1126083702
        }
    ]
}