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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8822",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8820",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8821,
    "results": [
        {
            "start": 872605814,
            "stop": 872605890
        },
        {
            "start": 872608633,
            "stop": 872608793
        },
        {
            "start": 872608810,
            "stop": 872608999
        },
        {
            "start": 872609018,
            "stop": 872609078
        },
        {
            "start": 872609097,
            "stop": 872609534
        },
        {
            "start": 872609645,
            "stop": 872610180
        },
        {
            "start": 872610300,
            "stop": 872610558
        },
        {
            "start": 872637491,
            "stop": 872637500
        },
        {
            "start": 872637537,
            "stop": 872637594
        },
        {
            "start": 872637660,
            "stop": 872637667
        },
        {
            "start": 872637684,
            "stop": 872637700
        },
        {
            "start": 872637717,
            "stop": 872637784
        },
        {
            "start": 872637803,
            "stop": 872637837
        },
        {
            "start": 872638550,
            "stop": 872638624
        },
        {
            "start": 872638641,
            "stop": 872638699
        },
        {
            "start": 872638722,
            "stop": 872638838
        },
        {
            "start": 872638904,
            "stop": 872638942
        },
        {
            "start": 872638959,
            "stop": 872638967
        },
        {
            "start": 872638984,
            "stop": 872639183
        },
        {
            "start": 872639204,
            "stop": 872639333
        }
    ]
}