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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=82",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 83,
    "results": [
        {
            "start": 834955940,
            "stop": 834960434
        },
        {
            "start": 834961469,
            "stop": 834963580
        },
        {
            "start": 834964591,
            "stop": 834983666
        },
        {
            "start": 834983697,
            "stop": 834985758
        },
        {
            "start": 834995603,
            "stop": 835005698
        },
        {
            "start": 835006771,
            "stop": 835009415
        },
        {
            "start": 835010582,
            "stop": 835020089
        },
        {
            "start": 835021459,
            "stop": 835039738
        },
        {
            "start": 835504589,
            "stop": 835505952
        },
        {
            "start": 835507211,
            "stop": 835508646
        },
        {
            "start": 835509564,
            "stop": 835517073
        },
        {
            "start": 835520107,
            "stop": 835551570
        },
        {
            "start": 835552443,
            "stop": 835555607
        },
        {
            "start": 835556460,
            "stop": 835565674
        },
        {
            "start": 835566584,
            "stop": 835567491
        },
        {
            "start": 835568813,
            "stop": 835637655
        },
        {
            "start": 835638761,
            "stop": 835643706
        },
        {
            "start": 835644781,
            "stop": 835648036
        },
        {
            "start": 835649172,
            "stop": 835652300
        },
        {
            "start": 835652482,
            "stop": 835655434
        }
    ]
}