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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=97",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 98,
    "results": [
        {
            "start": 931508490,
            "stop": 931508491
        },
        {
            "start": 931508495,
            "stop": 931508498
        },
        {
            "start": 931508505,
            "stop": 931508512
        },
        {
            "start": 931508514,
            "stop": 931508517
        },
        {
            "start": 931508520,
            "stop": 931508527
        },
        {
            "start": 931508530,
            "stop": 931508531
        },
        {
            "start": 931508536,
            "stop": 931508538
        },
        {
            "start": 931508541,
            "stop": 931508581
        },
        {
            "start": 931508584,
            "stop": 931508590
        },
        {
            "start": 931508593,
            "stop": 931508595
        },
        {
            "start": 931508598,
            "stop": 931508605
        },
        {
            "start": 931508609,
            "stop": 931508610
        },
        {
            "start": 931508615,
            "stop": 931508621
        },
        {
            "start": 931508630,
            "stop": 931508650
        },
        {
            "start": 931508655,
            "stop": 931508658
        },
        {
            "start": 931508661,
            "stop": 931508662
        },
        {
            "start": 931508665,
            "stop": 931508672
        },
        {
            "start": 931508675,
            "stop": 931508685
        },
        {
            "start": 931508688,
            "stop": 931508707
        },
        {
            "start": 931508710,
            "stop": 931508715
        }
    ]
}