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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3314",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3315,
    "results": [
        {
            "start": 875206080,
            "stop": 875206346
        },
        {
            "start": 875206349,
            "stop": 875206680
        },
        {
            "start": 875206740,
            "stop": 875206797
        },
        {
            "start": 875206800,
            "stop": 875207560
        },
        {
            "start": 875207564,
            "stop": 875207565
        },
        {
            "start": 875207569,
            "stop": 875207617
        },
        {
            "start": 875207620,
            "stop": 875207754
        },
        {
            "start": 875207757,
            "stop": 875209135
        },
        {
            "start": 875209138,
            "stop": 875209589
        },
        {
            "start": 875209592,
            "stop": 875209677
        },
        {
            "start": 875209680,
            "stop": 875209952
        },
        {
            "start": 875209955,
            "stop": 875210054
        },
        {
            "start": 875210057,
            "stop": 875210753
        },
        {
            "start": 875210757,
            "stop": 875211210
        },
        {
            "start": 875211213,
            "stop": 875211784
        },
        {
            "start": 875211787,
            "stop": 875212011
        },
        {
            "start": 875212015,
            "stop": 875212990
        },
        {
            "start": 875212993,
            "stop": 875213153
        },
        {
            "start": 875213156,
            "stop": 875213521
        },
        {
            "start": 875213524,
            "stop": 875215279
        }
    ]
}