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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=43",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 44,
    "results": [
        {
            "start": 1410500398,
            "stop": 1410523415
        },
        {
            "start": 1410532508,
            "stop": 1410535840
        },
        {
            "start": 1410547331,
            "stop": 1410569681
        },
        {
            "start": 1410573811,
            "stop": 1410616825
        },
        {
            "start": 1410642406,
            "stop": 1410683360
        },
        {
            "start": 1410704428,
            "stop": 1410793690
        },
        {
            "start": 1410807944,
            "stop": 1410811927
        },
        {
            "start": 1410811944,
            "stop": 1410886501
        },
        {
            "start": 1410887066,
            "stop": 1410891961
        },
        {
            "start": 1410893002,
            "stop": 1410960624
        },
        {
            "start": 1410984261,
            "stop": 1411024336
        },
        {
            "start": 1411033428,
            "stop": 1411047748
        },
        {
            "start": 1411048435,
            "stop": 1411092784
        },
        {
            "start": 1411095430,
            "stop": 1411103400
        },
        {
            "start": 1411105623,
            "stop": 1411110691
        },
        {
            "start": 1411111725,
            "stop": 1411124761
        },
        {
            "start": 1411125752,
            "stop": 1411132155
        },
        {
            "start": 1411132643,
            "stop": 1411136412
        },
        {
            "start": 1411136786,
            "stop": 1411140666
        },
        {
            "start": 1411151590,
            "stop": 1411178072
        }
    ]
}