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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9079",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9077",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9078,
    "results": [
        {
            "start": 874606414,
            "stop": 874607418
        },
        {
            "start": 874607435,
            "stop": 874608848
        },
        {
            "start": 874608871,
            "stop": 874608929
        },
        {
            "start": 874608946,
            "stop": 874609718
        },
        {
            "start": 874609735,
            "stop": 874611673
        },
        {
            "start": 874611696,
            "stop": 874611704
        },
        {
            "start": 874611723,
            "stop": 874611810
        },
        {
            "start": 874612770,
            "stop": 874612848
        },
        {
            "start": 874612867,
            "stop": 874615859
        },
        {
            "start": 874615878,
            "stop": 874616270
        },
        {
            "start": 874616290,
            "stop": 874616568
        },
        {
            "start": 874617160,
            "stop": 874617360
        },
        {
            "start": 874617379,
            "stop": 874617714
        },
        {
            "start": 874617752,
            "stop": 874618033
        },
        {
            "start": 874618053,
            "stop": 874618163
        },
        {
            "start": 874618182,
            "stop": 874620628
        },
        {
            "start": 874620645,
            "stop": 874620865
        },
        {
            "start": 874620883,
            "stop": 874621857
        },
        {
            "start": 874621874,
            "stop": 874622377
        },
        {
            "start": 874622394,
            "stop": 874622580
        }
    ]
}