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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14682",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14680",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14681,
    "results": [
        {
            "start": 971169513,
            "stop": 971169516
        },
        {
            "start": 971169522,
            "stop": 971169523
        },
        {
            "start": 971169525,
            "stop": 971169526
        },
        {
            "start": 971169529,
            "stop": 971169540
        },
        {
            "start": 971169543,
            "stop": 971169544
        },
        {
            "start": 971169546,
            "stop": 971169550
        },
        {
            "start": 971169551,
            "stop": 971169552
        },
        {
            "start": 971169553,
            "stop": 971169555
        },
        {
            "start": 971169556,
            "stop": 971169557
        },
        {
            "start": 971169559,
            "stop": 971169562
        },
        {
            "start": 971169567,
            "stop": 971169572
        },
        {
            "start": 971169574,
            "stop": 971169575
        },
        {
            "start": 971169576,
            "stop": 971169577
        },
        {
            "start": 971169579,
            "stop": 971169585
        },
        {
            "start": 971169586,
            "stop": 971169590
        },
        {
            "start": 971169591,
            "stop": 971169597
        },
        {
            "start": 971169600,
            "stop": 971169603
        },
        {
            "start": 971169604,
            "stop": 971169607
        },
        {
            "start": 971169609,
            "stop": 971169613
        },
        {
            "start": 971169616,
            "stop": 971169617
        }
    ]
}