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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=96",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 97,
    "results": [
        {
            "start": 931508286,
            "stop": 931508287
        },
        {
            "start": 931508294,
            "stop": 931508299
        },
        {
            "start": 931508302,
            "stop": 931508317
        },
        {
            "start": 931508320,
            "stop": 931508327
        },
        {
            "start": 931508330,
            "stop": 931508333
        },
        {
            "start": 931508335,
            "stop": 931508357
        },
        {
            "start": 931508363,
            "stop": 931508364
        },
        {
            "start": 931508367,
            "stop": 931508369
        },
        {
            "start": 931508372,
            "stop": 931508375
        },
        {
            "start": 931508378,
            "stop": 931508385
        },
        {
            "start": 931508388,
            "stop": 931508391
        },
        {
            "start": 931508394,
            "stop": 931508404
        },
        {
            "start": 931508409,
            "stop": 931508420
        },
        {
            "start": 931508423,
            "stop": 931508433
        },
        {
            "start": 931508436,
            "stop": 931508438
        },
        {
            "start": 931508445,
            "stop": 931508450
        },
        {
            "start": 931508454,
            "stop": 931508464
        },
        {
            "start": 931508470,
            "stop": 931508475
        },
        {
            "start": 931508478,
            "stop": 931508480
        },
        {
            "start": 931508484,
            "stop": 931508486
        }
    ]
}