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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7280",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7281,
    "results": [
        {
            "start": 875011618,
            "stop": 875012394
        },
        {
            "start": 875012395,
            "stop": 875012664
        },
        {
            "start": 875012665,
            "stop": 875012830
        },
        {
            "start": 875012831,
            "stop": 875012999
        },
        {
            "start": 875013000,
            "stop": 875013176
        },
        {
            "start": 875013177,
            "stop": 875013306
        },
        {
            "start": 875013308,
            "stop": 875014262
        },
        {
            "start": 875014263,
            "stop": 875014335
        },
        {
            "start": 875014336,
            "stop": 875014478
        },
        {
            "start": 875014479,
            "stop": 875014620
        },
        {
            "start": 875014621,
            "stop": 875015211
        },
        {
            "start": 875015212,
            "stop": 875016117
        },
        {
            "start": 875016118,
            "stop": 875016180
        },
        {
            "start": 875016181,
            "stop": 875016431
        },
        {
            "start": 875016432,
            "stop": 875016467
        },
        {
            "start": 875016468,
            "stop": 875016475
        },
        {
            "start": 875016476,
            "stop": 875016728
        },
        {
            "start": 875016730,
            "stop": 875017236
        },
        {
            "start": 875017237,
            "stop": 875017890
        },
        {
            "start": 875017891,
            "stop": 875018037
        }
    ]
}