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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=89",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 90,
    "results": [
        {
            "start": 816662388,
            "stop": 816662391
        },
        {
            "start": 816662394,
            "stop": 816662514
        },
        {
            "start": 816662521,
            "stop": 816662551
        },
        {
            "start": 816662559,
            "stop": 816662795
        },
        {
            "start": 816662834,
            "stop": 816662843
        },
        {
            "start": 816662877,
            "stop": 816662893
        },
        {
            "start": 816663559,
            "stop": 816664204
        },
        {
            "start": 816664233,
            "stop": 816664236
        },
        {
            "start": 816664244,
            "stop": 816664249
        },
        {
            "start": 816664254,
            "stop": 816664257
        },
        {
            "start": 816664261,
            "stop": 816664271
        },
        {
            "start": 816664278,
            "stop": 816664409
        },
        {
            "start": 816664412,
            "stop": 816664724
        },
        {
            "start": 816664727,
            "stop": 816664874
        },
        {
            "start": 816664903,
            "stop": 816665173
        },
        {
            "start": 816665183,
            "stop": 816665504
        },
        {
            "start": 816665507,
            "stop": 816665620
        },
        {
            "start": 816667587,
            "stop": 816667589
        },
        {
            "start": 816668003,
            "stop": 816668167
        },
        {
            "start": 816668175,
            "stop": 816668352
        }
    ]
}