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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=20",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 21,
    "results": [
        {
            "start": 816487797,
            "stop": 816487877
        },
        {
            "start": 816487880,
            "stop": 816487900
        },
        {
            "start": 816487903,
            "stop": 816487955
        },
        {
            "start": 816487959,
            "stop": 816487994
        },
        {
            "start": 816487997,
            "stop": 816488043
        },
        {
            "start": 816488046,
            "stop": 816488076
        },
        {
            "start": 816488256,
            "stop": 816488348
        },
        {
            "start": 816493058,
            "stop": 816495408
        },
        {
            "start": 816495411,
            "stop": 816496950
        },
        {
            "start": 816497910,
            "stop": 816509550
        },
        {
            "start": 816511470,
            "stop": 816512174
        },
        {
            "start": 816512741,
            "stop": 816514949
        },
        {
            "start": 816514952,
            "stop": 816518359
        },
        {
            "start": 816520882,
            "stop": 816525989
        },
        {
            "start": 816527115,
            "stop": 816527337
        },
        {
            "start": 816541120,
            "stop": 816556126
        },
        {
            "start": 816556132,
            "stop": 816556134
        },
        {
            "start": 816556139,
            "stop": 816557261
        },
        {
            "start": 816557265,
            "stop": 816557272
        },
        {
            "start": 816557276,
            "stop": 816557285
        }
    ]
}