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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=700",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=698",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 699,
    "results": [
        {
            "start": 857997492,
            "stop": 858000618
        },
        {
            "start": 858000621,
            "stop": 858006086
        },
        {
            "start": 858006115,
            "stop": 858024151
        },
        {
            "start": 858025675,
            "stop": 858031480
        },
        {
            "start": 858033290,
            "stop": 858037204
        },
        {
            "start": 858037917,
            "stop": 858107553
        },
        {
            "start": 858108993,
            "stop": 858115504
        },
        {
            "start": 858124846,
            "stop": 858132563
        },
        {
            "start": 858133133,
            "stop": 858165002
        },
        {
            "start": 858165899,
            "stop": 858182885
        },
        {
            "start": 858182888,
            "stop": 858184612
        },
        {
            "start": 858186452,
            "stop": 858207150
        },
        {
            "start": 858208069,
            "stop": 858216983
        },
        {
            "start": 858218403,
            "stop": 858219620
        },
        {
            "start": 858221022,
            "stop": 858268953
        },
        {
            "start": 858271183,
            "stop": 858274067
        },
        {
            "start": 858274680,
            "stop": 858291773
        },
        {
            "start": 858293294,
            "stop": 858372413
        },
        {
            "start": 858372415,
            "stop": 858376378
        },
        {
            "start": 858377319,
            "stop": 858377777
        }
    ]
}