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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=92",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 93,
    "results": [
        {
            "start": 931661408,
            "stop": 931661418
        },
        {
            "start": 931661424,
            "stop": 931661455
        },
        {
            "start": 931661464,
            "stop": 931661469
        },
        {
            "start": 931661476,
            "stop": 931661483
        },
        {
            "start": 931661496,
            "stop": 931661528
        },
        {
            "start": 931661543,
            "stop": 931661549
        },
        {
            "start": 931661556,
            "stop": 931661571
        },
        {
            "start": 931661578,
            "stop": 931661603
        },
        {
            "start": 931661610,
            "stop": 931661620
        },
        {
            "start": 931661628,
            "stop": 931661648
        },
        {
            "start": 931661655,
            "stop": 931661658
        },
        {
            "start": 931661665,
            "stop": 931661691
        },
        {
            "start": 931661698,
            "stop": 931661743
        },
        {
            "start": 931661750,
            "stop": 931661777
        },
        {
            "start": 931661784,
            "stop": 931661786
        },
        {
            "start": 931661793,
            "stop": 931661800
        },
        {
            "start": 931661811,
            "stop": 931661815
        },
        {
            "start": 931661822,
            "stop": 931661826
        },
        {
            "start": 931661834,
            "stop": 931661857
        },
        {
            "start": 931661864,
            "stop": 931661866
        }
    ]
}