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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=57",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 58,
    "results": [
        {
            "start": 931499693,
            "stop": 931499700
        },
        {
            "start": 931499706,
            "stop": 931499719
        },
        {
            "start": 931499721,
            "stop": 931499722
        },
        {
            "start": 931499725,
            "stop": 931499730
        },
        {
            "start": 931499733,
            "stop": 931499735
        },
        {
            "start": 931499739,
            "stop": 931499743
        },
        {
            "start": 931499747,
            "stop": 931499748
        },
        {
            "start": 931499751,
            "stop": 931499755
        },
        {
            "start": 931499758,
            "stop": 931499765
        },
        {
            "start": 931499767,
            "stop": 931499771
        },
        {
            "start": 931499774,
            "stop": 931499778
        },
        {
            "start": 931499781,
            "stop": 931499791
        },
        {
            "start": 931499794,
            "stop": 931499795
        },
        {
            "start": 931499805,
            "stop": 931499808
        },
        {
            "start": 931499828,
            "stop": 931499836
        },
        {
            "start": 931499839,
            "stop": 931499841
        },
        {
            "start": 931499845,
            "stop": 931499850
        },
        {
            "start": 931499852,
            "stop": 931499858
        },
        {
            "start": 931499861,
            "stop": 931499866
        },
        {
            "start": 931499871,
            "stop": 931499883
        }
    ]
}