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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=183",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 184,
    "results": [
        {
            "start": 848021565,
            "stop": 848042804
        },
        {
            "start": 848043437,
            "stop": 848048962
        },
        {
            "start": 848049961,
            "stop": 848060420
        },
        {
            "start": 848061077,
            "stop": 848062002
        },
        {
            "start": 848062124,
            "stop": 848063334
        },
        {
            "start": 848065206,
            "stop": 848066668
        },
        {
            "start": 848071106,
            "stop": 848073334
        },
        {
            "start": 848094656,
            "stop": 848095663
        },
        {
            "start": 848097336,
            "stop": 848132553
        },
        {
            "start": 848134064,
            "stop": 848135532
        },
        {
            "start": 848139050,
            "stop": 848146689
        },
        {
            "start": 848147877,
            "stop": 848148412
        },
        {
            "start": 848149404,
            "stop": 848152386
        },
        {
            "start": 848153567,
            "stop": 848154348
        },
        {
            "start": 848157275,
            "stop": 848157967
        },
        {
            "start": 848158008,
            "stop": 848158752
        },
        {
            "start": 848161308,
            "stop": 848161987
        },
        {
            "start": 848163106,
            "stop": 848164945
        },
        {
            "start": 848182704,
            "stop": 848194555
        },
        {
            "start": 848195862,
            "stop": 848196012
        }
    ]
}