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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14457",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14455",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14456,
    "results": [
        {
            "start": 971561384,
            "stop": 971561388
        },
        {
            "start": 971561391,
            "stop": 971561398
        },
        {
            "start": 971561407,
            "stop": 971561410
        },
        {
            "start": 971561412,
            "stop": 971561416
        },
        {
            "start": 971561419,
            "stop": 971561421
        },
        {
            "start": 971561427,
            "stop": 971561428
        },
        {
            "start": 971561446,
            "stop": 971561447
        },
        {
            "start": 971561451,
            "stop": 971561454
        },
        {
            "start": 971561457,
            "stop": 971561459
        },
        {
            "start": 971561470,
            "stop": 971561472
        },
        {
            "start": 971561483,
            "stop": 971561486
        },
        {
            "start": 971561488,
            "stop": 971561491
        },
        {
            "start": 971561494,
            "stop": 971561495
        },
        {
            "start": 971561500,
            "stop": 971561509
        },
        {
            "start": 971561513,
            "stop": 971561514
        },
        {
            "start": 971561519,
            "stop": 971561521
        },
        {
            "start": 971561525,
            "stop": 971561527
        },
        {
            "start": 971561531,
            "stop": 971561533
        },
        {
            "start": 971561539,
            "stop": 971561540
        },
        {
            "start": 971561544,
            "stop": 971561550
        }
    ]
}