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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2352",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2353,
    "results": [
        {
            "start": 874669729,
            "stop": 874670282
        },
        {
            "start": 874670305,
            "stop": 874670415
        },
        {
            "start": 874670432,
            "stop": 874670459
        },
        {
            "start": 874670476,
            "stop": 874670528
        },
        {
            "start": 874670547,
            "stop": 874671775
        },
        {
            "start": 874671792,
            "stop": 874671867
        },
        {
            "start": 874671884,
            "stop": 874671918
        },
        {
            "start": 874671935,
            "stop": 874672295
        },
        {
            "start": 874672312,
            "stop": 874673182
        },
        {
            "start": 874673216,
            "stop": 874673422
        },
        {
            "start": 874673441,
            "stop": 874673538
        },
        {
            "start": 874673555,
            "stop": 874673924
        },
        {
            "start": 874673941,
            "stop": 874674152
        },
        {
            "start": 874674169,
            "stop": 874674296
        },
        {
            "start": 874674314,
            "stop": 874674707
        },
        {
            "start": 874674724,
            "stop": 874674768
        },
        {
            "start": 874674793,
            "stop": 874674827
        },
        {
            "start": 874674844,
            "stop": 874674865
        },
        {
            "start": 874674882,
            "stop": 874674937
        },
        {
            "start": 874674961,
            "stop": 874674969
        }
    ]
}