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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=115",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 116,
    "results": [
        {
            "start": 826384559,
            "stop": 826387513
        },
        {
            "start": 826434933,
            "stop": 826467311
        },
        {
            "start": 826468188,
            "stop": 826469833
        },
        {
            "start": 826473302,
            "stop": 826478655
        },
        {
            "start": 826481668,
            "stop": 826489449
        },
        {
            "start": 826491598,
            "stop": 826547941
        },
        {
            "start": 826553416,
            "stop": 826556113
        },
        {
            "start": 826564401,
            "stop": 826564684
        },
        {
            "start": 826565254,
            "stop": 826568831
        },
        {
            "start": 826568944,
            "stop": 826571473
        },
        {
            "start": 826571507,
            "stop": 826571508
        },
        {
            "start": 826571701,
            "stop": 826643593
        },
        {
            "start": 826645094,
            "stop": 826658557
        },
        {
            "start": 826659118,
            "stop": 826663349
        },
        {
            "start": 826663358,
            "stop": 826666681
        },
        {
            "start": 826673817,
            "stop": 826682082
        },
        {
            "start": 826682220,
            "stop": 826730473
        },
        {
            "start": 826732906,
            "stop": 826739235
        },
        {
            "start": 826739370,
            "stop": 826755871
        },
        {
            "start": 826755875,
            "stop": 826756289
        }
    ]
}