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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5053",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5051",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5052,
    "results": [
        {
            "start": 874598383,
            "stop": 874598390
        },
        {
            "start": 874598431,
            "stop": 874598448
        },
        {
            "start": 874598467,
            "stop": 874598491
        },
        {
            "start": 874598510,
            "stop": 874598593
        },
        {
            "start": 874598613,
            "stop": 874598671
        },
        {
            "start": 874598691,
            "stop": 874598733
        },
        {
            "start": 874598753,
            "stop": 874598806
        },
        {
            "start": 874598825,
            "stop": 874598874
        },
        {
            "start": 874598893,
            "stop": 874598933
        },
        {
            "start": 874598953,
            "stop": 874598985
        },
        {
            "start": 874599005,
            "stop": 874599039
        },
        {
            "start": 874599058,
            "stop": 874599077
        },
        {
            "start": 874599100,
            "stop": 874599112
        },
        {
            "start": 874599131,
            "stop": 874599134
        },
        {
            "start": 874599153,
            "stop": 874599161
        },
        {
            "start": 874599190,
            "stop": 874599334
        },
        {
            "start": 874599364,
            "stop": 874599411
        },
        {
            "start": 874599430,
            "stop": 874599519
        },
        {
            "start": 874599544,
            "stop": 874599586
        },
        {
            "start": 874599605,
            "stop": 874599628
        }
    ]
}