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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4584",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4582",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4583,
    "results": [
        {
            "start": 969063246,
            "stop": 969063297
        },
        {
            "start": 969063300,
            "stop": 969063310
        },
        {
            "start": 969063313,
            "stop": 969063540
        },
        {
            "start": 969063543,
            "stop": 969064608
        },
        {
            "start": 969064611,
            "stop": 969065625
        },
        {
            "start": 969066297,
            "stop": 969067037
        },
        {
            "start": 969067040,
            "stop": 969067964
        },
        {
            "start": 969067967,
            "stop": 969068069
        },
        {
            "start": 969068072,
            "stop": 969068509
        },
        {
            "start": 969068512,
            "stop": 969068875
        },
        {
            "start": 969068878,
            "stop": 969070350
        },
        {
            "start": 969070353,
            "stop": 969070747
        },
        {
            "start": 969070750,
            "stop": 969070931
        },
        {
            "start": 969070934,
            "stop": 969071333
        },
        {
            "start": 969071336,
            "stop": 969071386
        },
        {
            "start": 969071389,
            "stop": 969072230
        },
        {
            "start": 969072893,
            "stop": 969073484
        },
        {
            "start": 969073487,
            "stop": 969073755
        },
        {
            "start": 969073758,
            "stop": 969075174
        },
        {
            "start": 969075177,
            "stop": 969076252
        }
    ]
}