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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=268",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 269,
    "results": [
        {
            "start": 821606836,
            "stop": 821606883
        },
        {
            "start": 821606886,
            "stop": 821607052
        },
        {
            "start": 821607057,
            "stop": 821607059
        },
        {
            "start": 821607063,
            "stop": 821607219
        },
        {
            "start": 821607222,
            "stop": 821607466
        },
        {
            "start": 821607469,
            "stop": 821607621
        },
        {
            "start": 821607625,
            "stop": 821607699
        },
        {
            "start": 821607703,
            "stop": 821607713
        },
        {
            "start": 821607716,
            "stop": 821607720
        },
        {
            "start": 821607723,
            "stop": 821607733
        },
        {
            "start": 821607736,
            "stop": 821607739
        },
        {
            "start": 821607742,
            "stop": 821607977
        },
        {
            "start": 821607980,
            "stop": 821608036
        },
        {
            "start": 821608040,
            "stop": 821608740
        },
        {
            "start": 821608743,
            "stop": 821608855
        },
        {
            "start": 821608858,
            "stop": 821609001
        },
        {
            "start": 821609004,
            "stop": 821609333
        },
        {
            "start": 821609337,
            "stop": 821609729
        },
        {
            "start": 821609733,
            "stop": 821609802
        },
        {
            "start": 821609805,
            "stop": 821609809
        }
    ]
}