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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=294",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 295,
    "results": [
        {
            "start": 870924348,
            "stop": 870943780
        },
        {
            "start": 870945498,
            "stop": 870962559
        },
        {
            "start": 870963506,
            "stop": 870985962
        },
        {
            "start": 870987153,
            "stop": 870990276
        },
        {
            "start": 870990591,
            "stop": 870993647
        },
        {
            "start": 870993958,
            "stop": 871014432
        },
        {
            "start": 871014548,
            "stop": 871028646
        },
        {
            "start": 871030514,
            "stop": 871037020
        },
        {
            "start": 871039467,
            "stop": 871044778
        },
        {
            "start": 871046092,
            "stop": 871048064
        },
        {
            "start": 871050593,
            "stop": 871054182
        },
        {
            "start": 871054547,
            "stop": 871057599
        },
        {
            "start": 871057997,
            "stop": 871060583
        },
        {
            "start": 871061605,
            "stop": 871066125
        },
        {
            "start": 871070934,
            "stop": 871075043
        },
        {
            "start": 871076373,
            "stop": 871077644
        },
        {
            "start": 871080407,
            "stop": 871088349
        },
        {
            "start": 871088430,
            "stop": 871107010
        },
        {
            "start": 871110193,
            "stop": 871114008
        },
        {
            "start": 871115619,
            "stop": 871131127
        }
    ]
}