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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=128",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 129,
    "results": [
        {
            "start": 833236093,
            "stop": 833236693
        },
        {
            "start": 833236771,
            "stop": 833237271
        },
        {
            "start": 833237353,
            "stop": 833242093
        },
        {
            "start": 833243862,
            "stop": 833255593
        },
        {
            "start": 833258074,
            "stop": 833261473
        },
        {
            "start": 833261515,
            "stop": 833261517
        },
        {
            "start": 833261694,
            "stop": 833269633
        },
        {
            "start": 833269673,
            "stop": 833269675
        },
        {
            "start": 833270473,
            "stop": 833275033
        },
        {
            "start": 833275874,
            "stop": 833289733
        },
        {
            "start": 833289755,
            "stop": 833289757
        },
        {
            "start": 833290573,
            "stop": 833290873
        },
        {
            "start": 833290886,
            "stop": 833290887
        },
        {
            "start": 833290993,
            "stop": 833292473
        },
        {
            "start": 833301300,
            "stop": 833303953
        },
        {
            "start": 833303965,
            "stop": 833303966
        },
        {
            "start": 833304175,
            "stop": 833307243
        },
        {
            "start": 833307435,
            "stop": 833307733
        },
        {
            "start": 833307757,
            "stop": 833307758
        },
        {
            "start": 833308046,
            "stop": 833309857
        }
    ]
}