Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=190
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=189",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 190,
    "results": [
        {
            "start": 931434763,
            "stop": 931434768
        },
        {
            "start": 931434772,
            "stop": 931434775
        },
        {
            "start": 931434780,
            "stop": 931434798
        },
        {
            "start": 931434800,
            "stop": 931434809
        },
        {
            "start": 931434811,
            "stop": 931434812
        },
        {
            "start": 931434814,
            "stop": 931434816
        },
        {
            "start": 931434818,
            "stop": 931434822
        },
        {
            "start": 931434825,
            "stop": 931434831
        },
        {
            "start": 931434833,
            "stop": 931434837
        },
        {
            "start": 931434839,
            "stop": 931434840
        },
        {
            "start": 931434846,
            "stop": 931434850
        },
        {
            "start": 931434854,
            "stop": 931434866
        },
        {
            "start": 931434874,
            "stop": 931434876
        },
        {
            "start": 931434879,
            "stop": 931434887
        },
        {
            "start": 931434890,
            "stop": 931434891
        },
        {
            "start": 931434899,
            "stop": 931434910
        },
        {
            "start": 931434912,
            "stop": 931434921
        },
        {
            "start": 931434922,
            "stop": 931434951
        },
        {
            "start": 931434954,
            "stop": 931434980
        },
        {
            "start": 931434982,
            "stop": 931435000
        }
    ]
}