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=701
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=702",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=700",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 701,
    "results": [
        {
            "start": 830166417,
            "stop": 830166615
        },
        {
            "start": 830166632,
            "stop": 830166739
        },
        {
            "start": 830166756,
            "stop": 830166829
        },
        {
            "start": 830166846,
            "stop": 830166990
        },
        {
            "start": 830167007,
            "stop": 830167018
        },
        {
            "start": 830167035,
            "stop": 830167267
        },
        {
            "start": 830167284,
            "stop": 830168073
        },
        {
            "start": 830168090,
            "stop": 830168807
        },
        {
            "start": 830168810,
            "stop": 830169269
        },
        {
            "start": 830169272,
            "stop": 830169296
        },
        {
            "start": 830169299,
            "stop": 830170001
        },
        {
            "start": 830170004,
            "stop": 830170489
        },
        {
            "start": 830170506,
            "stop": 830170562
        },
        {
            "start": 830170566,
            "stop": 830170980
        },
        {
            "start": 830170983,
            "stop": 830171594
        },
        {
            "start": 830171611,
            "stop": 830171789
        },
        {
            "start": 830171806,
            "stop": 830171924
        },
        {
            "start": 830171941,
            "stop": 830172228
        },
        {
            "start": 830172245,
            "stop": 830172638
        },
        {
            "start": 830172641,
            "stop": 830172945
        }
    ]
}