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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=149",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 150,
    "results": [
        {
            "start": 816766827,
            "stop": 816766876
        },
        {
            "start": 816766879,
            "stop": 816766888
        },
        {
            "start": 816766893,
            "stop": 816766896
        },
        {
            "start": 816766899,
            "stop": 816766902
        },
        {
            "start": 816766915,
            "stop": 816766916
        },
        {
            "start": 816766920,
            "stop": 816766921
        },
        {
            "start": 816766926,
            "stop": 816766928
        },
        {
            "start": 816766933,
            "stop": 816766937
        },
        {
            "start": 816766941,
            "stop": 816766951
        },
        {
            "start": 816766955,
            "stop": 816766959
        },
        {
            "start": 816766963,
            "stop": 816766995
        },
        {
            "start": 816766998,
            "stop": 816767003
        },
        {
            "start": 816767007,
            "stop": 816767009
        },
        {
            "start": 816767015,
            "stop": 816767017
        },
        {
            "start": 816767022,
            "stop": 816767024
        },
        {
            "start": 816767028,
            "stop": 816767029
        },
        {
            "start": 816767033,
            "stop": 816767043
        },
        {
            "start": 816767047,
            "stop": 816767148
        },
        {
            "start": 816767152,
            "stop": 816767199
        },
        {
            "start": 816767204,
            "stop": 816767212
        }
    ]
}