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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=50",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 51,
    "results": [
        {
            "start": 823398198,
            "stop": 823399580
        },
        {
            "start": 823399715,
            "stop": 823414693
        },
        {
            "start": 823417156,
            "stop": 823424653
        },
        {
            "start": 823424675,
            "stop": 823424676
        },
        {
            "start": 823425572,
            "stop": 823440358
        },
        {
            "start": 823440843,
            "stop": 823440874
        },
        {
            "start": 823441849,
            "stop": 823442173
        },
        {
            "start": 823444104,
            "stop": 823444440
        },
        {
            "start": 823445302,
            "stop": 823445593
        },
        {
            "start": 823445639,
            "stop": 823445641
        },
        {
            "start": 823446025,
            "stop": 823446374
        },
        {
            "start": 823446669,
            "stop": 823446793
        },
        {
            "start": 823447800,
            "stop": 823449913
        },
        {
            "start": 823451371,
            "stop": 823454341
        },
        {
            "start": 823455519,
            "stop": 823456605
        },
        {
            "start": 823458168,
            "stop": 823461073
        },
        {
            "start": 823462403,
            "stop": 823463150
        },
        {
            "start": 823476556,
            "stop": 823477640
        },
        {
            "start": 823481549,
            "stop": 823481668
        },
        {
            "start": 823482289,
            "stop": 823485819
        }
    ]
}