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=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=81",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 82,
    "results": [
        {
            "start": 931504925,
            "stop": 931504927
        },
        {
            "start": 931504930,
            "stop": 931504931
        },
        {
            "start": 931504934,
            "stop": 931504936
        },
        {
            "start": 931504939,
            "stop": 931504945
        },
        {
            "start": 931504948,
            "stop": 931504949
        },
        {
            "start": 931504958,
            "stop": 931504964
        },
        {
            "start": 931504969,
            "stop": 931504972
        },
        {
            "start": 931504975,
            "stop": 931504979
        },
        {
            "start": 931504982,
            "stop": 931504985
        },
        {
            "start": 931504987,
            "stop": 931504996
        },
        {
            "start": 931504999,
            "stop": 931505004
        },
        {
            "start": 931505007,
            "stop": 931505010
        },
        {
            "start": 931505014,
            "stop": 931505015
        },
        {
            "start": 931505018,
            "stop": 931505023
        },
        {
            "start": 931505026,
            "stop": 931505029
        },
        {
            "start": 931505033,
            "stop": 931505036
        },
        {
            "start": 931505039,
            "stop": 931505041
        },
        {
            "start": 931505047,
            "stop": 931505054
        },
        {
            "start": 931505060,
            "stop": 931505063
        },
        {
            "start": 931505079,
            "stop": 931505083
        }
    ]
}