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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29483",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29481",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29482,
    "results": [
        {
            "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
        },
        {
            "start": 971561552,
            "stop": 971561562
        }
    ]
}