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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=135",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 136,
    "results": [
        {
            "start": 931591814,
            "stop": 931591818
        },
        {
            "start": 931591821,
            "stop": 931591839
        },
        {
            "start": 931591846,
            "stop": 931591852
        },
        {
            "start": 931591855,
            "stop": 931591858
        },
        {
            "start": 931591861,
            "stop": 931591878
        },
        {
            "start": 931591881,
            "stop": 931591887
        },
        {
            "start": 931591895,
            "stop": 931591896
        },
        {
            "start": 931591899,
            "stop": 931591908
        },
        {
            "start": 931591912,
            "stop": 931591917
        },
        {
            "start": 931591920,
            "stop": 931591927
        },
        {
            "start": 931591929,
            "stop": 931591945
        },
        {
            "start": 931591951,
            "stop": 931591954
        },
        {
            "start": 931591957,
            "stop": 931591961
        },
        {
            "start": 931591969,
            "stop": 931591979
        },
        {
            "start": 931591982,
            "stop": 931591983
        },
        {
            "start": 931591986,
            "stop": 931591988
        },
        {
            "start": 931591996,
            "stop": 931591997
        },
        {
            "start": 931591999,
            "stop": 931592020
        },
        {
            "start": 931592023,
            "stop": 931592029
        },
        {
            "start": 931592032,
            "stop": 931592034
        }
    ]
}