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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=112",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 113,
    "results": [
        {
            "start": 931339387,
            "stop": 931339390
        },
        {
            "start": 931339397,
            "stop": 931339402
        },
        {
            "start": 931339405,
            "stop": 931339408
        },
        {
            "start": 931339415,
            "stop": 931339416
        },
        {
            "start": 931339419,
            "stop": 931339421
        },
        {
            "start": 931339425,
            "stop": 931339428
        },
        {
            "start": 931339435,
            "stop": 931339439
        },
        {
            "start": 931339441,
            "stop": 931339444
        },
        {
            "start": 931339453,
            "stop": 931339458
        },
        {
            "start": 931339466,
            "stop": 931339469
        },
        {
            "start": 931339472,
            "stop": 931339473
        },
        {
            "start": 931339481,
            "stop": 931339484
        },
        {
            "start": 931339489,
            "stop": 931339490
        },
        {
            "start": 931339495,
            "stop": 931339497
        },
        {
            "start": 931339504,
            "stop": 931339505
        },
        {
            "start": 931339511,
            "stop": 931339512
        },
        {
            "start": 931339517,
            "stop": 931339518
        },
        {
            "start": 931339520,
            "stop": 931339522
        },
        {
            "start": 931339533,
            "stop": 931339534
        },
        {
            "start": 931339547,
            "stop": 931339549
        }
    ]
}