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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10232",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10233,
    "results": [
        {
            "start": 874299914,
            "stop": 874300656
        },
        {
            "start": 874300673,
            "stop": 874301110
        },
        {
            "start": 874301117,
            "stop": 874302775
        },
        {
            "start": 874302782,
            "stop": 874302867
        },
        {
            "start": 874302903,
            "stop": 874303071
        },
        {
            "start": 874303107,
            "stop": 874303159
        },
        {
            "start": 874303399,
            "stop": 874303778
        },
        {
            "start": 874303814,
            "stop": 874303925
        },
        {
            "start": 874304299,
            "stop": 874304493
        },
        {
            "start": 874304529,
            "stop": 874304548
        },
        {
            "start": 874304584,
            "stop": 874304585
        },
        {
            "start": 874304651,
            "stop": 874304712
        },
        {
            "start": 874304782,
            "stop": 874304933
        },
        {
            "start": 874305135,
            "stop": 874305427
        },
        {
            "start": 874305463,
            "stop": 874305962
        },
        {
            "start": 874305998,
            "stop": 874306209
        },
        {
            "start": 874306217,
            "stop": 874306253
        },
        {
            "start": 874306291,
            "stop": 874306477
        },
        {
            "start": 874306513,
            "stop": 874306613
        },
        {
            "start": 874306654,
            "stop": 874306679
        }
    ]
}