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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=88",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 89,
    "results": [
        {
            "start": 836863621,
            "stop": 836928237
        },
        {
            "start": 836928350,
            "stop": 836929023
        },
        {
            "start": 836930851,
            "stop": 836932109
        },
        {
            "start": 836933582,
            "stop": 836934879
        },
        {
            "start": 836934953,
            "stop": 836940321
        },
        {
            "start": 836948220,
            "stop": 836948871
        },
        {
            "start": 836949995,
            "stop": 836953332
        },
        {
            "start": 836954280,
            "stop": 836958119
        },
        {
            "start": 836959404,
            "stop": 836959789
        },
        {
            "start": 836959861,
            "stop": 836965113
        },
        {
            "start": 836966925,
            "stop": 836973495
        },
        {
            "start": 836973536,
            "stop": 837025905
        },
        {
            "start": 837027449,
            "stop": 837033742
        },
        {
            "start": 837034728,
            "stop": 837038085
        },
        {
            "start": 837038990,
            "stop": 837070869
        },
        {
            "start": 837072567,
            "stop": 837078633
        },
        {
            "start": 837084693,
            "stop": 837085904
        },
        {
            "start": 837088160,
            "stop": 837093178
        },
        {
            "start": 837094742,
            "stop": 837109069
        },
        {
            "start": 837113321,
            "stop": 837124927
        }
    ]
}