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=47018
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=47019",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47017",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47018,
    "results": [
        {
            "start": 875227010,
            "stop": 875227012
        },
        {
            "start": 875227013,
            "stop": 875227035
        },
        {
            "start": 875227039,
            "stop": 875227040
        },
        {
            "start": 875227045,
            "stop": 875227064
        },
        {
            "start": 875227065,
            "stop": 875227067
        },
        {
            "start": 875227069,
            "stop": 875227075
        },
        {
            "start": 875227078,
            "stop": 875227110
        },
        {
            "start": 875227114,
            "stop": 875227118
        },
        {
            "start": 875227122,
            "stop": 875227130
        },
        {
            "start": 875227131,
            "stop": 875227136
        },
        {
            "start": 875227139,
            "stop": 875227157
        },
        {
            "start": 875227158,
            "stop": 875227164
        },
        {
            "start": 875227168,
            "stop": 875227169
        },
        {
            "start": 875227170,
            "stop": 875227201
        },
        {
            "start": 875227204,
            "stop": 875227212
        },
        {
            "start": 875227213,
            "stop": 875227235
        },
        {
            "start": 875227240,
            "stop": 875227243
        },
        {
            "start": 875227246,
            "stop": 875227268
        },
        {
            "start": 875227276,
            "stop": 875227277
        },
        {
            "start": 875227278,
            "stop": 875227279
        }
    ]
}