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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=33",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 34,
    "results": [
        {
            "start": 816703815,
            "stop": 816706402
        },
        {
            "start": 816706419,
            "stop": 816707580
        },
        {
            "start": 816709659,
            "stop": 816709920
        },
        {
            "start": 816709980,
            "stop": 816710344
        },
        {
            "start": 816776371,
            "stop": 816776380
        },
        {
            "start": 816776409,
            "stop": 816776410
        },
        {
            "start": 816776414,
            "stop": 816776420
        },
        {
            "start": 816777770,
            "stop": 816777779
        },
        {
            "start": 816778075,
            "stop": 816778079
        },
        {
            "start": 816778348,
            "stop": 816778804
        },
        {
            "start": 816778808,
            "stop": 816779803
        },
        {
            "start": 816779984,
            "stop": 816781440
        },
        {
            "start": 816781500,
            "stop": 816782160
        },
        {
            "start": 816782220,
            "stop": 816782826
        },
        {
            "start": 816782843,
            "stop": 816783709
        },
        {
            "start": 816783712,
            "stop": 816783960
        },
        {
            "start": 816784080,
            "stop": 816784141
        },
        {
            "start": 816784144,
            "stop": 816785916
        },
        {
            "start": 816785933,
            "stop": 816788863
        },
        {
            "start": 816788880,
            "stop": 816791503
        }
    ]
}