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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=212",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 213,
    "results": [
        {
            "start": 821024476,
            "stop": 821024492
        },
        {
            "start": 821038610,
            "stop": 821039132
        },
        {
            "start": 821045193,
            "stop": 821045218
        },
        {
            "start": 821046394,
            "stop": 821046746
        },
        {
            "start": 821046751,
            "stop": 821046967
        },
        {
            "start": 821046972,
            "stop": 821047715
        },
        {
            "start": 821047723,
            "stop": 821047910
        },
        {
            "start": 821047915,
            "stop": 821047946
        },
        {
            "start": 821047953,
            "stop": 821048094
        },
        {
            "start": 821048099,
            "stop": 821050344
        },
        {
            "start": 821050349,
            "stop": 821050366
        },
        {
            "start": 821050375,
            "stop": 821050401
        },
        {
            "start": 821050421,
            "stop": 821050455
        },
        {
            "start": 821050474,
            "stop": 821050514
        },
        {
            "start": 821051514,
            "stop": 821051980
        },
        {
            "start": 821051987,
            "stop": 821052475
        },
        {
            "start": 821052480,
            "stop": 821052501
        },
        {
            "start": 821052506,
            "stop": 821052534
        },
        {
            "start": 821052539,
            "stop": 821053006
        },
        {
            "start": 821053013,
            "stop": 821053142
        }
    ]
}