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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=542",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=540",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 541,
    "results": [
        {
            "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": 871050811
        },
        {
            "start": 871050813,
            "stop": 871054182
        },
        {
            "start": 871054547,
            "stop": 871057599
        },
        {
            "start": 871057997,
            "stop": 871060559
        },
        {
            "start": 871061605,
            "stop": 871066102
        },
        {
            "start": 871070934,
            "stop": 871071560
        },
        {
            "start": 871071563,
            "stop": 871075020
        },
        {
            "start": 871076373,
            "stop": 871077644
        },
        {
            "start": 871080407,
            "stop": 871088349
        },
        {
            "start": 871088430,
            "stop": 871106987
        },
        {
            "start": 871110193,
            "stop": 871114008
        },
        {
            "start": 871115619,
            "stop": 871131104
        }
    ]
}