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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3793",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3791",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3792,
    "results": [
        {
            "start": 873209233,
            "stop": 873209244
        },
        {
            "start": 873209248,
            "stop": 873209250
        },
        {
            "start": 873209255,
            "stop": 873209261
        },
        {
            "start": 873209264,
            "stop": 873209272
        },
        {
            "start": 873209275,
            "stop": 873209306
        },
        {
            "start": 873209315,
            "stop": 873209318
        },
        {
            "start": 873209325,
            "stop": 873209329
        },
        {
            "start": 873209333,
            "stop": 873209334
        },
        {
            "start": 873209339,
            "stop": 873209340
        },
        {
            "start": 873209343,
            "stop": 873209360
        },
        {
            "start": 873209368,
            "stop": 873209443
        },
        {
            "start": 873209444,
            "stop": 873209541
        },
        {
            "start": 873209548,
            "stop": 873209577
        },
        {
            "start": 873209580,
            "stop": 873209584
        },
        {
            "start": 873209589,
            "stop": 873209650
        },
        {
            "start": 873209651,
            "stop": 873209659
        },
        {
            "start": 873209662,
            "stop": 873209721
        },
        {
            "start": 873209722,
            "stop": 873209765
        },
        {
            "start": 873210011,
            "stop": 873210170
        },
        {
            "start": 873210171,
            "stop": 873210257
        }
    ]
}