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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8936",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8937,
    "results": [
        {
            "start": 873604525,
            "stop": 873604609
        },
        {
            "start": 873604638,
            "stop": 873604675
        },
        {
            "start": 873604708,
            "stop": 873604723
        },
        {
            "start": 873604755,
            "stop": 873604772
        },
        {
            "start": 873604802,
            "stop": 873604825
        },
        {
            "start": 873604844,
            "stop": 873604892
        },
        {
            "start": 873604911,
            "stop": 873604919
        },
        {
            "start": 873604938,
            "stop": 873605038
        },
        {
            "start": 873605055,
            "stop": 873605063
        },
        {
            "start": 873605092,
            "stop": 873605135
        },
        {
            "start": 873605154,
            "stop": 873605179
        },
        {
            "start": 873605216,
            "stop": 873605269
        },
        {
            "start": 873606049,
            "stop": 873606093
        },
        {
            "start": 873606114,
            "stop": 873606169
        },
        {
            "start": 873606231,
            "stop": 873606243
        },
        {
            "start": 873606263,
            "stop": 873606372
        },
        {
            "start": 873606410,
            "stop": 873608184
        },
        {
            "start": 873608201,
            "stop": 873609323
        },
        {
            "start": 873609340,
            "stop": 873610109
        },
        {
            "start": 873610349,
            "stop": 873610663
        }
    ]
}