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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6132",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6133,
    "results": [
        {
            "start": 874224250,
            "stop": 874224255
        },
        {
            "start": 874224260,
            "stop": 874224261
        },
        {
            "start": 874224264,
            "stop": 874224278
        },
        {
            "start": 874224281,
            "stop": 874224286
        },
        {
            "start": 874224289,
            "stop": 874224294
        },
        {
            "start": 874224301,
            "stop": 874224323
        },
        {
            "start": 874224328,
            "stop": 874224333
        },
        {
            "start": 874224336,
            "stop": 874224413
        },
        {
            "start": 874224418,
            "stop": 874224440
        },
        {
            "start": 874224443,
            "stop": 874224478
        },
        {
            "start": 874224481,
            "stop": 874224492
        },
        {
            "start": 874224495,
            "stop": 874224499
        },
        {
            "start": 874224502,
            "stop": 874224505
        },
        {
            "start": 874224510,
            "stop": 874224512
        },
        {
            "start": 874224515,
            "stop": 874224528
        },
        {
            "start": 874224531,
            "stop": 874224597
        },
        {
            "start": 874224600,
            "stop": 874224693
        },
        {
            "start": 874224696,
            "stop": 874224712
        },
        {
            "start": 874224718,
            "stop": 874224720
        },
        {
            "start": 874224723,
            "stop": 874224740
        }
    ]
}