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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4997",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4995",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 4996,
    "results": [
        {
            "start": 872201549,
            "stop": 872201772
        },
        {
            "start": 872201789,
            "stop": 872201814
        },
        {
            "start": 872201841,
            "stop": 872201844
        },
        {
            "start": 872201860,
            "stop": 872201869
        },
        {
            "start": 872201918,
            "stop": 872201933
        },
        {
            "start": 872201950,
            "stop": 872201971
        },
        {
            "start": 872201989,
            "stop": 872201991
        },
        {
            "start": 872202008,
            "stop": 872202014
        },
        {
            "start": 872202042,
            "stop": 872202052
        },
        {
            "start": 872202086,
            "stop": 872202113
        },
        {
            "start": 872207597,
            "stop": 872207622
        },
        {
            "start": 872207899,
            "stop": 872207915
        },
        {
            "start": 872208090,
            "stop": 872208900
        },
        {
            "start": 872208917,
            "stop": 872208998
        },
        {
            "start": 872209041,
            "stop": 872209598
        },
        {
            "start": 872209634,
            "stop": 872210722
        },
        {
            "start": 872210758,
            "stop": 872211078
        },
        {
            "start": 872211114,
            "stop": 872211210
        },
        {
            "start": 872211227,
            "stop": 872211588
        },
        {
            "start": 872211605,
            "stop": 872212357
        }
    ]
}