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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=2",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 3,
    "results": [
        {
            "start": 815796003,
            "stop": 815798508
        },
        {
            "start": 815804799,
            "stop": 815805565
        },
        {
            "start": 815805567,
            "stop": 815805673
        },
        {
            "start": 815805725,
            "stop": 815805728
        },
        {
            "start": 815813402,
            "stop": 815817718
        },
        {
            "start": 815817719,
            "stop": 815820237
        },
        {
            "start": 815821081,
            "stop": 815826882
        },
        {
            "start": 815826885,
            "stop": 815827695
        },
        {
            "start": 815827698,
            "stop": 815833207
        },
        {
            "start": 815833210,
            "stop": 815836093
        },
        {
            "start": 815838512,
            "stop": 815840967
        },
        {
            "start": 815880370,
            "stop": 815889052
        },
        {
            "start": 815889054,
            "stop": 815889269
        },
        {
            "start": 815889406,
            "stop": 815890241
        },
        {
            "start": 815890244,
            "stop": 815890422
        },
        {
            "start": 815890425,
            "stop": 815890464
        },
        {
            "start": 815890467,
            "stop": 815890633
        },
        {
            "start": 815892907,
            "stop": 815902073
        },
        {
            "start": 815902075,
            "stop": 815902153
        },
        {
            "start": 815902187,
            "stop": 815902190
        }
    ]
}