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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=49",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 50,
    "results": [
        {
            "start": 816975017,
            "stop": 816975207
        },
        {
            "start": 816975210,
            "stop": 816975213
        },
        {
            "start": 816975216,
            "stop": 816977687
        },
        {
            "start": 816977691,
            "stop": 816977718
        },
        {
            "start": 816977721,
            "stop": 816977889
        },
        {
            "start": 816977896,
            "stop": 816977900
        },
        {
            "start": 816977906,
            "stop": 816979040
        },
        {
            "start": 816979043,
            "stop": 816980509
        },
        {
            "start": 816981203,
            "stop": 816981210
        },
        {
            "start": 816982290,
            "stop": 816982425
        },
        {
            "start": 816982429,
            "stop": 816984537
        },
        {
            "start": 816984540,
            "stop": 816984781
        },
        {
            "start": 816984785,
            "stop": 816985217
        },
        {
            "start": 816985220,
            "stop": 816985225
        },
        {
            "start": 816985232,
            "stop": 816985243
        },
        {
            "start": 816985246,
            "stop": 816986066
        },
        {
            "start": 816986069,
            "stop": 816988691
        },
        {
            "start": 816988694,
            "stop": 816989677
        },
        {
            "start": 816989698,
            "stop": 816989704
        },
        {
            "start": 816989707,
            "stop": 816989956
        }
    ]
}