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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=21",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 22,
    "results": [
        {
            "start": 816558047,
            "stop": 816560194
        },
        {
            "start": 816563711,
            "stop": 816567464
        },
        {
            "start": 816568930,
            "stop": 816574102
        },
        {
            "start": 816574110,
            "stop": 816574135
        },
        {
            "start": 816574139,
            "stop": 816578570
        },
        {
            "start": 816579423,
            "stop": 816581280
        },
        {
            "start": 816582145,
            "stop": 816593482
        },
        {
            "start": 816593485,
            "stop": 816593639
        },
        {
            "start": 816600198,
            "stop": 816600208
        },
        {
            "start": 816600211,
            "stop": 816600229
        },
        {
            "start": 816600232,
            "stop": 816600250
        },
        {
            "start": 816600256,
            "stop": 816600309
        },
        {
            "start": 816600315,
            "stop": 816600364
        },
        {
            "start": 816600369,
            "stop": 816600470
        },
        {
            "start": 816600476,
            "stop": 816600503
        },
        {
            "start": 816600506,
            "stop": 816600528
        },
        {
            "start": 816600531,
            "stop": 816600534
        },
        {
            "start": 816600543,
            "stop": 816600553
        },
        {
            "start": 816600559,
            "stop": 816600574
        },
        {
            "start": 816600577,
            "stop": 816600588
        }
    ]
}