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=3861
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=3862",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3860",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3861,
    "results": [
        {
            "start": 873728844,
            "stop": 873728848
        },
        {
            "start": 873728849,
            "stop": 873728852
        },
        {
            "start": 873728854,
            "stop": 873728859
        },
        {
            "start": 873728860,
            "stop": 873728863
        },
        {
            "start": 873728864,
            "stop": 873728866
        },
        {
            "start": 873728867,
            "stop": 873728870
        },
        {
            "start": 873728871,
            "stop": 873728876
        },
        {
            "start": 873728878,
            "stop": 873728882
        },
        {
            "start": 873728883,
            "stop": 873728887
        },
        {
            "start": 873728889,
            "stop": 873728898
        },
        {
            "start": 873728900,
            "stop": 873728905
        },
        {
            "start": 873728906,
            "stop": 873728917
        },
        {
            "start": 873728918,
            "stop": 873728925
        },
        {
            "start": 873728926,
            "stop": 873728928
        },
        {
            "start": 873728930,
            "stop": 873728936
        },
        {
            "start": 873728937,
            "stop": 873728943
        },
        {
            "start": 873728944,
            "stop": 873728951
        },
        {
            "start": 873728953,
            "stop": 873728995
        },
        {
            "start": 873728996,
            "stop": 873729094
        },
        {
            "start": 873729095,
            "stop": 873729129
        }
    ]
}