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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=23",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 24,
    "results": [
        {
            "start": 931163567,
            "stop": 931163568
        },
        {
            "start": 931163572,
            "stop": 931163576
        },
        {
            "start": 931163583,
            "stop": 931163586
        },
        {
            "start": 931163589,
            "stop": 931163590
        },
        {
            "start": 931163596,
            "stop": 931163599
        },
        {
            "start": 931163613,
            "stop": 931163615
        },
        {
            "start": 931163620,
            "stop": 931163627
        },
        {
            "start": 931163639,
            "stop": 931163641
        },
        {
            "start": 931163644,
            "stop": 931163645
        },
        {
            "start": 931163655,
            "stop": 931163656
        },
        {
            "start": 931163663,
            "stop": 931163666
        },
        {
            "start": 931163672,
            "stop": 931163676
        },
        {
            "start": 931163698,
            "stop": 931163700
        },
        {
            "start": 931163725,
            "stop": 931163731
        },
        {
            "start": 931163752,
            "stop": 931163753
        },
        {
            "start": 931163771,
            "stop": 931163772
        },
        {
            "start": 931163776,
            "stop": 931163777
        },
        {
            "start": 931163785,
            "stop": 931163786
        },
        {
            "start": 931163809,
            "stop": 931163812
        },
        {
            "start": 931163817,
            "stop": 931163820
        }
    ]
}