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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=115",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 116,
    "results": [
        {
            "start": 818295415,
            "stop": 818295664
        },
        {
            "start": 818295667,
            "stop": 818295716
        },
        {
            "start": 818295719,
            "stop": 818295886
        },
        {
            "start": 818295889,
            "stop": 818296423
        },
        {
            "start": 818296604,
            "stop": 818298823
        },
        {
            "start": 818299004,
            "stop": 818318312
        },
        {
            "start": 818318315,
            "stop": 818322171
        },
        {
            "start": 818323797,
            "stop": 818324128
        },
        {
            "start": 818324472,
            "stop": 818326197
        },
        {
            "start": 818327623,
            "stop": 818334883
        },
        {
            "start": 818334884,
            "stop": 818338642
        },
        {
            "start": 818339647,
            "stop": 818342836
        },
        {
            "start": 818344969,
            "stop": 818345376
        },
        {
            "start": 818345966,
            "stop": 818346476
        },
        {
            "start": 818348535,
            "stop": 818348664
        },
        {
            "start": 818348668,
            "stop": 818349014
        },
        {
            "start": 818349017,
            "stop": 818351923
        },
        {
            "start": 818354602,
            "stop": 818356305
        },
        {
            "start": 818357721,
            "stop": 818365658
        },
        {
            "start": 818365661,
            "stop": 818365809
        }
    ]
}