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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3745",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3743",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3744,
    "results": [
        {
            "start": 872915704,
            "stop": 872915722
        },
        {
            "start": 872915725,
            "stop": 872915755
        },
        {
            "start": 872915758,
            "stop": 872915761
        },
        {
            "start": 872915764,
            "stop": 872915767
        },
        {
            "start": 872915770,
            "stop": 872915776
        },
        {
            "start": 872915780,
            "stop": 872915875
        },
        {
            "start": 872915880,
            "stop": 872915892
        },
        {
            "start": 872915895,
            "stop": 872915901
        },
        {
            "start": 872915910,
            "stop": 872915911
        },
        {
            "start": 872915915,
            "stop": 872915917
        },
        {
            "start": 872915920,
            "stop": 872915921
        },
        {
            "start": 872915924,
            "stop": 872915926
        },
        {
            "start": 872915931,
            "stop": 872915937
        },
        {
            "start": 872915941,
            "stop": 872915967
        },
        {
            "start": 872915970,
            "stop": 872915974
        },
        {
            "start": 872915977,
            "stop": 872915988
        },
        {
            "start": 872915991,
            "stop": 872916042
        },
        {
            "start": 872916045,
            "stop": 872916121
        },
        {
            "start": 872916127,
            "stop": 872916193
        },
        {
            "start": 872916196,
            "stop": 872916202
        }
    ]
}