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=16822
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=16823",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16821",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16822,
    "results": [
        {
            "start": 875207798,
            "stop": 875207810
        },
        {
            "start": 875207813,
            "stop": 875207818
        },
        {
            "start": 875207820,
            "stop": 875207827
        },
        {
            "start": 875207829,
            "stop": 875207851
        },
        {
            "start": 875207853,
            "stop": 875207880
        },
        {
            "start": 875207881,
            "stop": 875207903
        },
        {
            "start": 875207904,
            "stop": 875207960
        },
        {
            "start": 875207961,
            "stop": 875208008
        },
        {
            "start": 875208010,
            "stop": 875208111
        },
        {
            "start": 875208112,
            "stop": 875208114
        },
        {
            "start": 875208116,
            "stop": 875208254
        },
        {
            "start": 875208256,
            "stop": 875208261
        },
        {
            "start": 875208263,
            "stop": 875208309
        },
        {
            "start": 875208311,
            "stop": 875208415
        },
        {
            "start": 875208416,
            "stop": 875208421
        },
        {
            "start": 875208422,
            "stop": 875208427
        },
        {
            "start": 875208429,
            "stop": 875208445
        },
        {
            "start": 875208447,
            "stop": 875208455
        },
        {
            "start": 875208456,
            "stop": 875208469
        },
        {
            "start": 875208470,
            "stop": 875208547
        }
    ]
}