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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=102",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 103,
    "results": [
        {
            "start": 952066259,
            "stop": 952066692
        },
        {
            "start": 952068513,
            "stop": 952072452
        },
        {
            "start": 952076792,
            "stop": 952077419
        },
        {
            "start": 952079929,
            "stop": 952083715
        },
        {
            "start": 952086337,
            "stop": 952098140
        },
        {
            "start": 952100094,
            "stop": 952101405
        },
        {
            "start": 952135714,
            "stop": 952142328
        },
        {
            "start": 952146750,
            "stop": 952161007
        },
        {
            "start": 952164359,
            "stop": 952172984
        },
        {
            "start": 952177525,
            "stop": 952179132
        },
        {
            "start": 952221746,
            "stop": 952237314
        },
        {
            "start": 952244839,
            "stop": 952247368
        },
        {
            "start": 952253837,
            "stop": 952258018
        },
        {
            "start": 952261575,
            "stop": 952265136
        },
        {
            "start": 952271637,
            "stop": 952272041
        },
        {
            "start": 952272052,
            "stop": 952273452
        },
        {
            "start": 952293024,
            "stop": 952294335
        },
        {
            "start": 952303710,
            "stop": 952310152
        },
        {
            "start": 952311863,
            "stop": 952337943
        },
        {
            "start": 952345876,
            "stop": 952354273
        }
    ]
}