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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=207",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 208,
    "results": [
        {
            "start": 1240162147,
            "stop": 1240162265
        },
        {
            "start": 1240162267,
            "stop": 1240162365
        },
        {
            "start": 1240162367,
            "stop": 1240162505
        },
        {
            "start": 1240162507,
            "stop": 1240162625
        },
        {
            "start": 1240162627,
            "stop": 1240162745
        },
        {
            "start": 1240162747,
            "stop": 1240162865
        },
        {
            "start": 1240162867,
            "stop": 1240162985
        },
        {
            "start": 1240162987,
            "stop": 1240163105
        },
        {
            "start": 1240163107,
            "stop": 1240163225
        },
        {
            "start": 1240163227,
            "stop": 1240163345
        },
        {
            "start": 1240163347,
            "stop": 1240163465
        },
        {
            "start": 1240163467,
            "stop": 1240163585
        },
        {
            "start": 1240163587,
            "stop": 1240163705
        },
        {
            "start": 1240163707,
            "stop": 1240163825
        },
        {
            "start": 1240163827,
            "stop": 1240163945
        },
        {
            "start": 1240163947,
            "stop": 1240164065
        },
        {
            "start": 1240164067,
            "stop": 1240164185
        },
        {
            "start": 1240164187,
            "stop": 1240164305
        },
        {
            "start": 1240164307,
            "stop": 1240164425
        },
        {
            "start": 1240164427,
            "stop": 1240164545
        }
    ]
}