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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=105",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 106,
    "results": [
        {
            "start": 841237642,
            "stop": 841245133
        },
        {
            "start": 841245461,
            "stop": 841262337
        },
        {
            "start": 841263435,
            "stop": 841305701
        },
        {
            "start": 841307432,
            "stop": 841342897
        },
        {
            "start": 841344032,
            "stop": 841376526
        },
        {
            "start": 841377647,
            "stop": 841424365
        },
        {
            "start": 841424804,
            "stop": 841448147
        },
        {
            "start": 841448316,
            "stop": 841472349
        },
        {
            "start": 841473029,
            "stop": 841473144
        },
        {
            "start": 841473744,
            "stop": 841503826
        },
        {
            "start": 841532405,
            "stop": 841533350
        },
        {
            "start": 841534484,
            "stop": 841554532
        },
        {
            "start": 841558223,
            "stop": 841586018
        },
        {
            "start": 841586829,
            "stop": 841610080
        },
        {
            "start": 841611874,
            "stop": 841614418
        },
        {
            "start": 841614662,
            "stop": 841670589
        },
        {
            "start": 841671036,
            "stop": 841681714
        },
        {
            "start": 841681822,
            "stop": 841688685
        },
        {
            "start": 841688789,
            "stop": 841689236
        },
        {
            "start": 841689499,
            "stop": 841713094
        }
    ]
}