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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=115",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 116,
    "results": [
        {
            "start": 835566584,
            "stop": 835567486
        },
        {
            "start": 835568813,
            "stop": 835618542
        },
        {
            "start": 835618544,
            "stop": 835618584
        },
        {
            "start": 835618585,
            "stop": 835637629
        },
        {
            "start": 835637630,
            "stop": 835637632
        },
        {
            "start": 835637634,
            "stop": 835637655
        },
        {
            "start": 835638761,
            "stop": 835639461
        },
        {
            "start": 835639462,
            "stop": 835639467
        },
        {
            "start": 835639468,
            "stop": 835639485
        },
        {
            "start": 835639487,
            "stop": 835639496
        },
        {
            "start": 835639497,
            "stop": 835643702
        },
        {
            "start": 835644781,
            "stop": 835648032
        },
        {
            "start": 835649172,
            "stop": 835652298
        },
        {
            "start": 835652482,
            "stop": 835654977
        },
        {
            "start": 835654985,
            "stop": 835655434
        },
        {
            "start": 835690522,
            "stop": 835696823
        },
        {
            "start": 835698482,
            "stop": 835721854
        },
        {
            "start": 835723570,
            "stop": 835726353
        },
        {
            "start": 835728475,
            "stop": 835729037
        },
        {
            "start": 835729039,
            "stop": 835731779
        }
    ]
}