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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=6",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 7,
    "results": [
        {
            "start": 931906891,
            "stop": 931913697
        },
        {
            "start": 931914606,
            "stop": 931941442
        },
        {
            "start": 931949457,
            "stop": 931952892
        },
        {
            "start": 931954992,
            "stop": 931955981
        },
        {
            "start": 931972859,
            "stop": 931979218
        },
        {
            "start": 931983901,
            "stop": 931985647
        },
        {
            "start": 931988658,
            "stop": 931991717
        },
        {
            "start": 931998060,
            "stop": 931998833
        },
        {
            "start": 932001611,
            "stop": 932002536
        },
        {
            "start": 932002541,
            "stop": 932002637
        },
        {
            "start": 932002643,
            "stop": 932002779
        },
        {
            "start": 932002794,
            "stop": 932002803
        },
        {
            "start": 932002809,
            "stop": 932002934
        },
        {
            "start": 932002939,
            "stop": 932002943
        },
        {
            "start": 932002954,
            "stop": 932003025
        },
        {
            "start": 932003030,
            "stop": 932003039
        },
        {
            "start": 932003045,
            "stop": 932003049
        },
        {
            "start": 932003064,
            "stop": 932003116
        },
        {
            "start": 932003122,
            "stop": 932003140
        },
        {
            "start": 932003151,
            "stop": 932003314
        }
    ]
}