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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5814",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5812",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5813,
    "results": [
        {
            "start": 874703771,
            "stop": 874703776
        },
        {
            "start": 874703779,
            "stop": 874703782
        },
        {
            "start": 874703785,
            "stop": 874703811
        },
        {
            "start": 874703817,
            "stop": 874703818
        },
        {
            "start": 874703822,
            "stop": 874703831
        },
        {
            "start": 874703834,
            "stop": 874703856
        },
        {
            "start": 874703859,
            "stop": 874703870
        },
        {
            "start": 874703879,
            "stop": 874703900
        },
        {
            "start": 874703903,
            "stop": 874703904
        },
        {
            "start": 874703909,
            "stop": 874703911
        },
        {
            "start": 874703917,
            "stop": 874703921
        },
        {
            "start": 874703924,
            "stop": 874703928
        },
        {
            "start": 874703936,
            "stop": 874703939
        },
        {
            "start": 874703943,
            "stop": 874703966
        },
        {
            "start": 874703969,
            "stop": 874704010
        },
        {
            "start": 874704013,
            "stop": 874704024
        },
        {
            "start": 874704027,
            "stop": 874704038
        },
        {
            "start": 874704042,
            "stop": 874704077
        },
        {
            "start": 874704080,
            "stop": 874704094
        },
        {
            "start": 874704097,
            "stop": 874704135
        }
    ]
}