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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7323",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7324,
    "results": [
        {
            "start": 875219802,
            "stop": 875219865
        },
        {
            "start": 875219867,
            "stop": 875220350
        },
        {
            "start": 875220351,
            "stop": 875220448
        },
        {
            "start": 875220449,
            "stop": 875220556
        },
        {
            "start": 875220558,
            "stop": 875220624
        },
        {
            "start": 875220626,
            "stop": 875220679
        },
        {
            "start": 875220680,
            "stop": 875220725
        },
        {
            "start": 875220726,
            "stop": 875220929
        },
        {
            "start": 875220930,
            "stop": 875221256
        },
        {
            "start": 875221257,
            "stop": 875221263
        },
        {
            "start": 875221264,
            "stop": 875221375
        },
        {
            "start": 875221376,
            "stop": 875222432
        },
        {
            "start": 875222433,
            "stop": 875222814
        },
        {
            "start": 875222815,
            "stop": 875223030
        },
        {
            "start": 875223031,
            "stop": 875223095
        },
        {
            "start": 875223096,
            "stop": 875224113
        },
        {
            "start": 875224114,
            "stop": 875224116
        },
        {
            "start": 875224117,
            "stop": 875224131
        },
        {
            "start": 875224132,
            "stop": 875224700
        },
        {
            "start": 875224701,
            "stop": 875224855
        }
    ]
}