Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=58
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=57",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 58,
    "results": [
        {
            "start": 826342742,
            "stop": 826356796
        },
        {
            "start": 826365657,
            "stop": 826380840
        },
        {
            "start": 826384559,
            "stop": 826387556
        },
        {
            "start": 826434933,
            "stop": 826467311
        },
        {
            "start": 826468188,
            "stop": 826469869
        },
        {
            "start": 826473302,
            "stop": 826478655
        },
        {
            "start": 826481668,
            "stop": 826489479
        },
        {
            "start": 826491598,
            "stop": 826547971
        },
        {
            "start": 826553416,
            "stop": 826556168
        },
        {
            "start": 826564401,
            "stop": 826564684
        },
        {
            "start": 826565254,
            "stop": 826568831
        },
        {
            "start": 826568944,
            "stop": 826571508
        },
        {
            "start": 826571701,
            "stop": 826643625
        },
        {
            "start": 826645094,
            "stop": 826658557
        },
        {
            "start": 826659118,
            "stop": 826666681
        },
        {
            "start": 826673817,
            "stop": 826682082
        },
        {
            "start": 826682220,
            "stop": 826730506
        },
        {
            "start": 826732906,
            "stop": 826739235
        },
        {
            "start": 826739370,
            "stop": 826810542
        },
        {
            "start": 826812562,
            "stop": 826812909
        }
    ]
}