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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=405",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=403",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 404,
    "results": [
        {
            "start": 935726672,
            "stop": 935728120
        },
        {
            "start": 935728122,
            "stop": 935732835
        },
        {
            "start": 935734795,
            "stop": 935746172
        },
        {
            "start": 935751213,
            "stop": 935758791
        },
        {
            "start": 937801896,
            "stop": 937804123
        },
        {
            "start": 937804181,
            "stop": 937812161
        },
        {
            "start": 937833858,
            "stop": 937847529
        },
        {
            "start": 937878164,
            "stop": 937891316
        },
        {
            "start": 937891320,
            "stop": 937891366
        },
        {
            "start": 937891368,
            "stop": 937891388
        },
        {
            "start": 937891390,
            "stop": 937893008
        },
        {
            "start": 937893729,
            "stop": 937893772
        },
        {
            "start": 937896849,
            "stop": 937899145
        },
        {
            "start": 937899148,
            "stop": 937899166
        },
        {
            "start": 937899167,
            "stop": 937899168
        },
        {
            "start": 937899170,
            "stop": 937899250
        },
        {
            "start": 937899256,
            "stop": 937902828
        },
        {
            "start": 937902830,
            "stop": 937913103
        },
        {
            "start": 937921459,
            "stop": 937927059
        },
        {
            "start": 937929145,
            "stop": 937940715
        }
    ]
}