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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=315",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 316,
    "results": [
        {
            "start": 821044616,
            "stop": 821044637
        },
        {
            "start": 821044641,
            "stop": 821044770
        },
        {
            "start": 821044830,
            "stop": 821044843
        },
        {
            "start": 821044846,
            "stop": 821044903
        },
        {
            "start": 821044912,
            "stop": 821044972
        },
        {
            "start": 821044975,
            "stop": 821045036
        },
        {
            "start": 821045039,
            "stop": 821045197
        },
        {
            "start": 821045201,
            "stop": 821045270
        },
        {
            "start": 821045273,
            "stop": 821045310
        },
        {
            "start": 821045370,
            "stop": 821045376
        },
        {
            "start": 821045799,
            "stop": 821045810
        },
        {
            "start": 821045814,
            "stop": 821045846
        },
        {
            "start": 821045849,
            "stop": 821045858
        },
        {
            "start": 821045872,
            "stop": 821045892
        },
        {
            "start": 821045896,
            "stop": 821045916
        },
        {
            "start": 821045924,
            "stop": 821045959
        },
        {
            "start": 821045963,
            "stop": 821045989
        },
        {
            "start": 821045993,
            "stop": 821046045
        },
        {
            "start": 821046059,
            "stop": 821046065
        },
        {
            "start": 821046073,
            "stop": 821046079
        }
    ]
}