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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=76",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 77,
    "results": [
        {
            "start": 931451675,
            "stop": 931451740
        },
        {
            "start": 931451745,
            "stop": 931451776
        },
        {
            "start": 931451781,
            "stop": 931451829
        },
        {
            "start": 931451840,
            "stop": 931451874
        },
        {
            "start": 931451880,
            "stop": 931451942
        },
        {
            "start": 931451948,
            "stop": 931452030
        },
        {
            "start": 931452036,
            "stop": 931452060
        },
        {
            "start": 931452066,
            "stop": 931452079
        },
        {
            "start": 931452086,
            "stop": 931452195
        },
        {
            "start": 931452200,
            "stop": 931452237
        },
        {
            "start": 931452242,
            "stop": 931452252
        },
        {
            "start": 931452257,
            "stop": 931452433
        },
        {
            "start": 931452439,
            "stop": 931452447
        },
        {
            "start": 931452454,
            "stop": 931452461
        },
        {
            "start": 931452467,
            "stop": 931452516
        },
        {
            "start": 931452521,
            "stop": 931452587
        },
        {
            "start": 931452593,
            "stop": 931452616
        },
        {
            "start": 931452622,
            "stop": 931452635
        },
        {
            "start": 931452643,
            "stop": 931452649
        },
        {
            "start": 931452655,
            "stop": 931452708
        }
    ]
}