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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=35",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 36,
    "results": [
        {
            "start": 931249689,
            "stop": 931249690
        },
        {
            "start": 931249692,
            "stop": 931249700
        },
        {
            "start": 931249703,
            "stop": 931249711
        },
        {
            "start": 931249713,
            "stop": 931249714
        },
        {
            "start": 931249716,
            "stop": 931249759
        },
        {
            "start": 931249761,
            "stop": 931249763
        },
        {
            "start": 931249766,
            "stop": 931249774
        },
        {
            "start": 931249776,
            "stop": 931249781
        },
        {
            "start": 931249783,
            "stop": 931249784
        },
        {
            "start": 931249786,
            "stop": 931249793
        },
        {
            "start": 931249795,
            "stop": 931249814
        },
        {
            "start": 931249817,
            "stop": 931249851
        },
        {
            "start": 931249853,
            "stop": 931249874
        },
        {
            "start": 931249877,
            "stop": 931249883
        },
        {
            "start": 931249885,
            "stop": 931249889
        },
        {
            "start": 931249892,
            "stop": 931249897
        },
        {
            "start": 931249901,
            "stop": 931249922
        },
        {
            "start": 931249924,
            "stop": 931249945
        },
        {
            "start": 931249947,
            "stop": 931249954
        },
        {
            "start": 931249956,
            "stop": 931249986
        }
    ]
}