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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=882",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=880",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 881,
    "results": [
        {
            "start": 863308091,
            "stop": 863308511
        },
        {
            "start": 863308658,
            "stop": 863311298
        },
        {
            "start": 863311665,
            "stop": 863312535
        },
        {
            "start": 863312685,
            "stop": 863316105
        },
        {
            "start": 863316313,
            "stop": 863316493
        },
        {
            "start": 863316892,
            "stop": 863317042
        },
        {
            "start": 863318058,
            "stop": 863322288
        },
        {
            "start": 863322438,
            "stop": 863325078
        },
        {
            "start": 863325359,
            "stop": 863327369
        },
        {
            "start": 863327519,
            "stop": 863330879
        },
        {
            "start": 863331037,
            "stop": 863334577
        },
        {
            "start": 863335595,
            "stop": 863340725
        },
        {
            "start": 863340875,
            "stop": 863342645
        },
        {
            "start": 863342795,
            "stop": 863344115
        },
        {
            "start": 863344175,
            "stop": 863344295
        },
        {
            "start": 863350455,
            "stop": 863353035
        },
        {
            "start": 863353288,
            "stop": 863354518
        },
        {
            "start": 863355598,
            "stop": 863359828
        },
        {
            "start": 863360008,
            "stop": 863361118
        },
        {
            "start": 863362678,
            "stop": 863362798
        }
    ]
}