Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5156
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5155",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5156,
    "results": [
        {
            "start": 969595606,
            "stop": 969596286
        },
        {
            "start": 969596289,
            "stop": 969597307
        },
        {
            "start": 969597310,
            "stop": 969597404
        },
        {
            "start": 969597407,
            "stop": 969597817
        },
        {
            "start": 969597820,
            "stop": 969597823
        },
        {
            "start": 969597826,
            "stop": 969598289
        },
        {
            "start": 969598292,
            "stop": 969598336
        },
        {
            "start": 969598339,
            "stop": 969598476
        },
        {
            "start": 969598479,
            "stop": 969598982
        },
        {
            "start": 969598985,
            "stop": 969599125
        },
        {
            "start": 969599128,
            "stop": 969603930
        },
        {
            "start": 969603933,
            "stop": 969604138
        },
        {
            "start": 969604141,
            "stop": 969604166
        },
        {
            "start": 969604169,
            "stop": 969604784
        },
        {
            "start": 969604787,
            "stop": 969604905
        },
        {
            "start": 969604908,
            "stop": 969605042
        },
        {
            "start": 969605045,
            "stop": 969605408
        },
        {
            "start": 969605411,
            "stop": 969606180
        },
        {
            "start": 969606183,
            "stop": 969606851
        },
        {
            "start": 969606854,
            "stop": 969607352
        }
    ]
}