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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=20",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 21,
    "results": [
        {
            "start": 934294840,
            "stop": 934299060
        },
        {
            "start": 934302076,
            "stop": 934307598
        },
        {
            "start": 934309513,
            "stop": 934311944
        },
        {
            "start": 934315699,
            "stop": 934319865
        },
        {
            "start": 934321640,
            "stop": 934332597
        },
        {
            "start": 934333611,
            "stop": 934335650
        },
        {
            "start": 934335655,
            "stop": 934335809
        },
        {
            "start": 934335819,
            "stop": 934335823
        },
        {
            "start": 934335829,
            "stop": 934336186
        },
        {
            "start": 934336192,
            "stop": 934336219
        },
        {
            "start": 934336224,
            "stop": 934336230
        },
        {
            "start": 934336235,
            "stop": 934336239
        },
        {
            "start": 934336249,
            "stop": 934336263
        },
        {
            "start": 934336268,
            "stop": 934336398
        },
        {
            "start": 934336403,
            "stop": 934336503
        },
        {
            "start": 934336519,
            "stop": 934336537
        },
        {
            "start": 934336547,
            "stop": 934336560
        },
        {
            "start": 934336566,
            "stop": 934336575
        },
        {
            "start": 934336580,
            "stop": 934336700
        },
        {
            "start": 934336706,
            "stop": 934336767
        }
    ]
}