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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=13",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 14,
    "results": [
        {
            "start": 815241005,
            "stop": 815241011
        },
        {
            "start": 815241014,
            "stop": 815241026
        },
        {
            "start": 815241029,
            "stop": 815241035
        },
        {
            "start": 815241048,
            "stop": 815241059
        },
        {
            "start": 815241062,
            "stop": 815241073
        },
        {
            "start": 815241092,
            "stop": 815241109
        },
        {
            "start": 815241112,
            "stop": 815241121
        },
        {
            "start": 815241130,
            "stop": 815241135
        },
        {
            "start": 815241139,
            "stop": 815241618
        },
        {
            "start": 815241621,
            "stop": 815241714
        },
        {
            "start": 815241727,
            "stop": 815241858
        },
        {
            "start": 815241861,
            "stop": 815241911
        },
        {
            "start": 815241915,
            "stop": 815241937
        },
        {
            "start": 815241955,
            "stop": 815241997
        },
        {
            "start": 815242000,
            "stop": 815242215
        },
        {
            "start": 815242218,
            "stop": 815242227
        },
        {
            "start": 815242230,
            "stop": 815243680
        },
        {
            "start": 815243683,
            "stop": 815244382
        },
        {
            "start": 815244386,
            "stop": 815244396
        },
        {
            "start": 815244409,
            "stop": 815244898
        }
    ]
}