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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=15",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 16,
    "results": [
        {
            "start": 818999340,
            "stop": 818999580
        },
        {
            "start": 819000124,
            "stop": 819003657
        },
        {
            "start": 819004251,
            "stop": 819007896
        },
        {
            "start": 819008069,
            "stop": 819009136
        },
        {
            "start": 819009184,
            "stop": 819012989
        },
        {
            "start": 819013030,
            "stop": 819013031
        },
        {
            "start": 819014070,
            "stop": 819020019
        },
        {
            "start": 819020069,
            "stop": 819030306
        },
        {
            "start": 819031354,
            "stop": 819035495
        },
        {
            "start": 819035730,
            "stop": 819036783
        },
        {
            "start": 819036935,
            "stop": 819036937
        },
        {
            "start": 819036964,
            "stop": 819036965
        },
        {
            "start": 819036971,
            "stop": 819037068
        },
        {
            "start": 819037112,
            "stop": 819037118
        },
        {
            "start": 819037149,
            "stop": 819037169
        },
        {
            "start": 819037242,
            "stop": 819037396
        },
        {
            "start": 819037429,
            "stop": 819037435
        },
        {
            "start": 819038616,
            "stop": 819039242
        },
        {
            "start": 819040881,
            "stop": 819041031
        },
        {
            "start": 819052573,
            "stop": 819054077
        }
    ]
}