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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=191",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 192,
    "results": [
        {
            "start": 850109881,
            "stop": 850110108
        },
        {
            "start": 850110110,
            "stop": 850110115
        },
        {
            "start": 850110117,
            "stop": 850110267
        },
        {
            "start": 850110269,
            "stop": 850112073
        },
        {
            "start": 850116401,
            "stop": 850137395
        },
        {
            "start": 850140362,
            "stop": 850153551
        },
        {
            "start": 850154106,
            "stop": 850156643
        },
        {
            "start": 850156648,
            "stop": 850161185
        },
        {
            "start": 850162212,
            "stop": 850164434
        },
        {
            "start": 850165236,
            "stop": 850165889
        },
        {
            "start": 850165891,
            "stop": 850170191
        },
        {
            "start": 850170765,
            "stop": 850172973
        },
        {
            "start": 850174329,
            "stop": 850182152
        },
        {
            "start": 850182741,
            "stop": 850187405
        },
        {
            "start": 850189281,
            "stop": 850189550
        },
        {
            "start": 850190779,
            "stop": 850190824
        },
        {
            "start": 850191144,
            "stop": 850191205
        },
        {
            "start": 850192853,
            "stop": 850193542
        },
        {
            "start": 850196494,
            "stop": 850196504
        },
        {
            "start": 850196973,
            "stop": 850197011
        }
    ]
}