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=6
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=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=5",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 6,
    "results": [
        {
            "start": 931776790,
            "stop": 931777206
        },
        {
            "start": 931778453,
            "stop": 931785609
        },
        {
            "start": 931788493,
            "stop": 931789948
        },
        {
            "start": 931793105,
            "stop": 931795164
        },
        {
            "start": 931806644,
            "stop": 931806972
        },
        {
            "start": 931811212,
            "stop": 931811590
        },
        {
            "start": 931814270,
            "stop": 931815990
        },
        {
            "start": 931817031,
            "stop": 931819923
        },
        {
            "start": 931819959,
            "stop": 931822815
        },
        {
            "start": 931826475,
            "stop": 931831921
        },
        {
            "start": 931836793,
            "stop": 931842637
        },
        {
            "start": 931842932,
            "stop": 931843369
        },
        {
            "start": 931845510,
            "stop": 931846495
        },
        {
            "start": 931851319,
            "stop": 931855947
        },
        {
            "start": 931857948,
            "stop": 931859729
        },
        {
            "start": 931862953,
            "stop": 931873797
        },
        {
            "start": 931876107,
            "stop": 931877927
        },
        {
            "start": 931882589,
            "stop": 931882599
        },
        {
            "start": 931883485,
            "stop": 931885021
        },
        {
            "start": 931886238,
            "stop": 931887931
        }
    ]
}