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=41
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=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=40",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 41,
    "results": [
        {
            "start": 939035694,
            "stop": 939041234
        },
        {
            "start": 939042180,
            "stop": 939043481
        },
        {
            "start": 939046455,
            "stop": 939046721
        },
        {
            "start": 939048836,
            "stop": 939066209
        },
        {
            "start": 939067906,
            "stop": 939069612
        },
        {
            "start": 939072309,
            "stop": 939087380
        },
        {
            "start": 939098292,
            "stop": 939116819
        },
        {
            "start": 939119643,
            "stop": 939120725
        },
        {
            "start": 939122760,
            "stop": 939131814
        },
        {
            "start": 939134364,
            "stop": 939147603
        },
        {
            "start": 939160593,
            "stop": 939168105
        },
        {
            "start": 939171963,
            "stop": 939198948
        },
        {
            "start": 939204965,
            "stop": 939214386
        },
        {
            "start": 939216429,
            "stop": 939238538
        },
        {
            "start": 939244085,
            "stop": 939245552
        },
        {
            "start": 939247480,
            "stop": 939262840
        },
        {
            "start": 939264557,
            "stop": 939281512
        },
        {
            "start": 939283490,
            "stop": 939287000
        },
        {
            "start": 939287400,
            "stop": 939312151
        },
        {
            "start": 939323481,
            "stop": 939334602
        }
    ]
}