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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=721",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=719",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 720,
    "results": [
        {
            "start": 952705406,
            "stop": 952705430
        },
        {
            "start": 952705436,
            "stop": 952706879
        },
        {
            "start": 952706885,
            "stop": 952707640
        },
        {
            "start": 952707646,
            "stop": 952708721
        },
        {
            "start": 952708726,
            "stop": 952708840
        },
        {
            "start": 952708846,
            "stop": 952709435
        },
        {
            "start": 952710172,
            "stop": 952710796
        },
        {
            "start": 952710801,
            "stop": 952711195
        },
        {
            "start": 952711201,
            "stop": 952711216
        },
        {
            "start": 952711226,
            "stop": 952712476
        },
        {
            "start": 952712482,
            "stop": 952712491
        },
        {
            "start": 952712497,
            "stop": 952712795
        },
        {
            "start": 952712801,
            "stop": 952712846
        },
        {
            "start": 952714302,
            "stop": 952714575
        },
        {
            "start": 952714581,
            "stop": 952715211
        },
        {
            "start": 952715217,
            "stop": 952715330
        },
        {
            "start": 952715336,
            "stop": 952718105
        },
        {
            "start": 952718115,
            "stop": 952718139
        },
        {
            "start": 952718145,
            "stop": 952718401
        },
        {
            "start": 952718407,
            "stop": 952718772
        }
    ]
}