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=9997
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=9998",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9996",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9997,
    "results": [
        {
            "start": 872185187,
            "stop": 872185380
        },
        {
            "start": 872185500,
            "stop": 872185608
        },
        {
            "start": 872185644,
            "stop": 872185674
        },
        {
            "start": 872185710,
            "stop": 872186648
        },
        {
            "start": 872186719,
            "stop": 872187237
        },
        {
            "start": 872187273,
            "stop": 872187615
        },
        {
            "start": 872187632,
            "stop": 872188108
        },
        {
            "start": 872188198,
            "stop": 872188258
        },
        {
            "start": 872188294,
            "stop": 872188395
        },
        {
            "start": 872188432,
            "stop": 872188609
        },
        {
            "start": 872188744,
            "stop": 872188969
        },
        {
            "start": 872189005,
            "stop": 872189093
        },
        {
            "start": 872189147,
            "stop": 872189159
        },
        {
            "start": 872189195,
            "stop": 872189267
        },
        {
            "start": 872189303,
            "stop": 872189332
        },
        {
            "start": 872189368,
            "stop": 872189409
        },
        {
            "start": 872189481,
            "stop": 872189568
        },
        {
            "start": 872189604,
            "stop": 872189898
        },
        {
            "start": 872189934,
            "stop": 872189944
        },
        {
            "start": 872189994,
            "stop": 872192492
        }
    ]
}