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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=17",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 18,
    "results": [
        {
            "start": 819035730,
            "stop": 819036733
        },
        {
            "start": 819036780,
            "stop": 819036783
        },
        {
            "start": 819036935,
            "stop": 819036937
        },
        {
            "start": 819036964,
            "stop": 819036965
        },
        {
            "start": 819036971,
            "stop": 819037068
        },
        {
            "start": 819037112,
            "stop": 819037118
        },
        {
            "start": 819037149,
            "stop": 819037169
        },
        {
            "start": 819037273,
            "stop": 819037396
        },
        {
            "start": 819037429,
            "stop": 819037435
        },
        {
            "start": 819038616,
            "stop": 819039193
        },
        {
            "start": 819039239,
            "stop": 819039242
        },
        {
            "start": 819040881,
            "stop": 819040993
        },
        {
            "start": 819052573,
            "stop": 819054073
        },
        {
            "start": 819054074,
            "stop": 819054077
        },
        {
            "start": 819054148,
            "stop": 819054611
        },
        {
            "start": 819069223,
            "stop": 819075133
        },
        {
            "start": 819082518,
            "stop": 819088903
        },
        {
            "start": 819090205,
            "stop": 819092293
        },
        {
            "start": 819092311,
            "stop": 819092313
        },
        {
            "start": 819092367,
            "stop": 819093058
        }
    ]
}