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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9980",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9978",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9979,
    "results": [
        {
            "start": 872003054,
            "stop": 872003309
        },
        {
            "start": 872003345,
            "stop": 872004677
        },
        {
            "start": 872004694,
            "stop": 872004827
        },
        {
            "start": 872004846,
            "stop": 872005364
        },
        {
            "start": 872005606,
            "stop": 872005831
        },
        {
            "start": 872009610,
            "stop": 872009612
        },
        {
            "start": 872009646,
            "stop": 872009649
        },
        {
            "start": 872009726,
            "stop": 872009733
        },
        {
            "start": 872009836,
            "stop": 872009867
        },
        {
            "start": 872009884,
            "stop": 872010151
        },
        {
            "start": 872010168,
            "stop": 872010253
        },
        {
            "start": 872010270,
            "stop": 872010272
        },
        {
            "start": 872010289,
            "stop": 872010325
        },
        {
            "start": 872010356,
            "stop": 872010498
        },
        {
            "start": 872010515,
            "stop": 872010540
        },
        {
            "start": 872010557,
            "stop": 872010651
        },
        {
            "start": 872010668,
            "stop": 872010808
        },
        {
            "start": 872010833,
            "stop": 872010851
        },
        {
            "start": 872010868,
            "stop": 872010870
        },
        {
            "start": 872010921,
            "stop": 872011007
        }
    ]
}