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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=696",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=694",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 695,
    "results": [
        {
            "start": 848246010,
            "stop": 848248170
        },
        {
            "start": 848248230,
            "stop": 848255929
        },
        {
            "start": 848289871,
            "stop": 848290230
        },
        {
            "start": 848290290,
            "stop": 848302616
        },
        {
            "start": 848305733,
            "stop": 848308590
        },
        {
            "start": 848308650,
            "stop": 848309250
        },
        {
            "start": 848309310,
            "stop": 848311668
        },
        {
            "start": 848312977,
            "stop": 848315070
        },
        {
            "start": 848315130,
            "stop": 848317830
        },
        {
            "start": 848317890,
            "stop": 848317912
        },
        {
            "start": 848318823,
            "stop": 848318970
        },
        {
            "start": 848319030,
            "stop": 848319473
        },
        {
            "start": 848319474,
            "stop": 848319600
        },
        {
            "start": 848324697,
            "stop": 848324963
        },
        {
            "start": 848325568,
            "stop": 848325676
        },
        {
            "start": 848326670,
            "stop": 848327865
        },
        {
            "start": 848327866,
            "stop": 848330206
        },
        {
            "start": 848332046,
            "stop": 848335499
        },
        {
            "start": 848336639,
            "stop": 848345327
        },
        {
            "start": 848345329,
            "stop": 848348010
        }
    ]
}