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=360
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=361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=359",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 360,
    "results": [
        {
            "start": 870920308,
            "stop": 870922595
        },
        {
            "start": 870922910,
            "stop": 870924227
        },
        {
            "start": 870924348,
            "stop": 870943780
        },
        {
            "start": 870945498,
            "stop": 870962559
        },
        {
            "start": 870963506,
            "stop": 870985938
        },
        {
            "start": 870987153,
            "stop": 870990276
        },
        {
            "start": 870990591,
            "stop": 870993647
        },
        {
            "start": 870993958,
            "stop": 871014432
        },
        {
            "start": 871014548,
            "stop": 871028646
        },
        {
            "start": 871030514,
            "stop": 871036997
        },
        {
            "start": 871039467,
            "stop": 871044754
        },
        {
            "start": 871046092,
            "stop": 871048064
        },
        {
            "start": 871050593,
            "stop": 871054182
        },
        {
            "start": 871054547,
            "stop": 871057599
        },
        {
            "start": 871057997,
            "stop": 871060559
        },
        {
            "start": 871061605,
            "stop": 871066102
        },
        {
            "start": 871070934,
            "stop": 871075020
        },
        {
            "start": 871076373,
            "stop": 871077644
        },
        {
            "start": 871080407,
            "stop": 871088349
        },
        {
            "start": 871088430,
            "stop": 871106987
        }
    ]
}