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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=121",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 122,
    "results": [
        {
            "start": 931365760,
            "stop": 931365774
        },
        {
            "start": 931365775,
            "stop": 931365792
        },
        {
            "start": 931365793,
            "stop": 931365906
        },
        {
            "start": 931365907,
            "stop": 931366191
        },
        {
            "start": 931366192,
            "stop": 931366218
        },
        {
            "start": 931366219,
            "stop": 931366247
        },
        {
            "start": 931366248,
            "stop": 931366403
        },
        {
            "start": 931366405,
            "stop": 931366406
        },
        {
            "start": 931366408,
            "stop": 931366434
        },
        {
            "start": 931366437,
            "stop": 931366452
        },
        {
            "start": 931366453,
            "stop": 931366479
        },
        {
            "start": 931366483,
            "stop": 931366530
        },
        {
            "start": 931366532,
            "stop": 931366815
        },
        {
            "start": 931367175,
            "stop": 931367214
        },
        {
            "start": 931367215,
            "stop": 931367249
        },
        {
            "start": 931367250,
            "stop": 931367323
        },
        {
            "start": 931367324,
            "stop": 931367335
        },
        {
            "start": 931367338,
            "stop": 931367390
        },
        {
            "start": 931367391,
            "stop": 931367473
        },
        {
            "start": 931367474,
            "stop": 931367523
        }
    ]
}