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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=2",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 3,
    "results": [
        {
            "start": 816064445,
            "stop": 816064447
        },
        {
            "start": 816064504,
            "stop": 816064507
        },
        {
            "start": 816064557,
            "stop": 816064575
        },
        {
            "start": 816064757,
            "stop": 816064758
        },
        {
            "start": 816064764,
            "stop": 816064767
        },
        {
            "start": 816064771,
            "stop": 816064783
        },
        {
            "start": 816064786,
            "stop": 816064831
        },
        {
            "start": 816064836,
            "stop": 816064862
        },
        {
            "start": 816064868,
            "stop": 816064870
        },
        {
            "start": 816064892,
            "stop": 816064893
        },
        {
            "start": 816064902,
            "stop": 816064954
        },
        {
            "start": 816064959,
            "stop": 816064962
        },
        {
            "start": 816064967,
            "stop": 816064969
        },
        {
            "start": 816064973,
            "stop": 816064975
        },
        {
            "start": 816064981,
            "stop": 816064983
        },
        {
            "start": 816064989,
            "stop": 816064992
        },
        {
            "start": 816064996,
            "stop": 816065000
        },
        {
            "start": 816065005,
            "stop": 816065033
        },
        {
            "start": 816065040,
            "stop": 816065043
        },
        {
            "start": 816065503,
            "stop": 816065555
        }
    ]
}