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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=16",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 17,
    "results": [
        {
            "start": 816276193,
            "stop": 816276432
        },
        {
            "start": 816276439,
            "stop": 816276469
        },
        {
            "start": 816276477,
            "stop": 816276483
        },
        {
            "start": 816276497,
            "stop": 816276556
        },
        {
            "start": 816276586,
            "stop": 816276622
        },
        {
            "start": 816276630,
            "stop": 816276853
        },
        {
            "start": 816287790,
            "stop": 816287821
        },
        {
            "start": 816287828,
            "stop": 816287833
        },
        {
            "start": 816287840,
            "stop": 816287849
        },
        {
            "start": 816287862,
            "stop": 816287865
        },
        {
            "start": 816287872,
            "stop": 816288169
        },
        {
            "start": 816288176,
            "stop": 816288553
        },
        {
            "start": 816303755,
            "stop": 816303840
        },
        {
            "start": 816303847,
            "stop": 816303910
        },
        {
            "start": 816303917,
            "stop": 816305472
        },
        {
            "start": 816306983,
            "stop": 816307110
        },
        {
            "start": 816307350,
            "stop": 816308893
        },
        {
            "start": 816310655,
            "stop": 816311270
        },
        {
            "start": 816311278,
            "stop": 816311473
        },
        {
            "start": 816311986,
            "stop": 816314411
        }
    ]
}