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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=79",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 80,
    "results": [
        {
            "start": 931504578,
            "stop": 931504584
        },
        {
            "start": 931504587,
            "stop": 931504610
        },
        {
            "start": 931504613,
            "stop": 931504619
        },
        {
            "start": 931504622,
            "stop": 931504626
        },
        {
            "start": 931504629,
            "stop": 931504636
        },
        {
            "start": 931504641,
            "stop": 931504647
        },
        {
            "start": 931504652,
            "stop": 931504654
        },
        {
            "start": 931504656,
            "stop": 931504658
        },
        {
            "start": 931504662,
            "stop": 931504668
        },
        {
            "start": 931504671,
            "stop": 931504673
        },
        {
            "start": 931504678,
            "stop": 931504681
        },
        {
            "start": 931504684,
            "stop": 931504688
        },
        {
            "start": 931504694,
            "stop": 931504700
        },
        {
            "start": 931504703,
            "stop": 931504709
        },
        {
            "start": 931504712,
            "stop": 931504724
        },
        {
            "start": 931504730,
            "stop": 931504732
        },
        {
            "start": 931504735,
            "stop": 931504736
        },
        {
            "start": 931504739,
            "stop": 931504743
        },
        {
            "start": 931504746,
            "stop": 931504748
        },
        {
            "start": 931504754,
            "stop": 931504756
        }
    ]
}