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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=111",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 112,
    "results": [
        {
            "start": 932609485,
            "stop": 932609515
        },
        {
            "start": 932609534,
            "stop": 932609576
        },
        {
            "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
        }
    ]
}