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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=114",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 115,
    "results": [
        {
            "start": 932609595,
            "stop": 932609682
        },
        {
            "start": 932609701,
            "stop": 932609817
        },
        {
            "start": 932609844,
            "stop": 932609877
        },
        {
            "start": 932609907,
            "stop": 932609977
        },
        {
            "start": 932609996,
            "stop": 932610011
        },
        {
            "start": 932610030,
            "stop": 932610091
        },
        {
            "start": 932610115,
            "stop": 932610210
        },
        {
            "start": 932610229,
            "stop": 932610272
        },
        {
            "start": 932610291,
            "stop": 932610510
        },
        {
            "start": 932610529,
            "stop": 932610594
        },
        {
            "start": 932610613,
            "stop": 932610744
        },
        {
            "start": 932610763,
            "stop": 932610931
        },
        {
            "start": 932610950,
            "stop": 932610975
        },
        {
            "start": 932610994,
            "stop": 932611187
        },
        {
            "start": 932611206,
            "stop": 932611373
        },
        {
            "start": 932611392,
            "stop": 932611428
        },
        {
            "start": 932611447,
            "stop": 932612085
        },
        {
            "start": 932615516,
            "stop": 932616969
        },
        {
            "start": 932616988,
            "stop": 932617434
        },
        {
            "start": 932617453,
            "stop": 932617840
        }
    ]
}