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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=330",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 331,
    "results": [
        {
            "start": 818821348,
            "stop": 818821463
        },
        {
            "start": 818821524,
            "stop": 818821539
        },
        {
            "start": 818821586,
            "stop": 818821641
        },
        {
            "start": 818821673,
            "stop": 818821711
        },
        {
            "start": 818821733,
            "stop": 818821853
        },
        {
            "start": 818821872,
            "stop": 818821873
        },
        {
            "start": 818821904,
            "stop": 818821920
        },
        {
            "start": 818821992,
            "stop": 818822040
        },
        {
            "start": 818822187,
            "stop": 818822201
        },
        {
            "start": 818822274,
            "stop": 818822287
        },
        {
            "start": 818822400,
            "stop": 818822408
        },
        {
            "start": 818822728,
            "stop": 818822772
        },
        {
            "start": 818822812,
            "stop": 818822869
        },
        {
            "start": 818822940,
            "stop": 818822941
        },
        {
            "start": 818822961,
            "stop": 818822972
        },
        {
            "start": 818823033,
            "stop": 818823094
        },
        {
            "start": 818823160,
            "stop": 818823165
        },
        {
            "start": 818823214,
            "stop": 818823239
        },
        {
            "start": 818823374,
            "stop": 818823412
        },
        {
            "start": 818823471,
            "stop": 818823517
        }
    ]
}