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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_DATA/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_DATA/segments?format=api&page=21",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 22,
    "results": [
        {
            "start": 1384257182,
            "stop": 1384290050
        },
        {
            "start": 1384297985,
            "stop": 1384518855
        },
        {
            "start": 1384551580,
            "stop": 1384576126
        },
        {
            "start": 1384740952,
            "stop": 1384853122
        },
        {
            "start": 1384870297,
            "stop": 1384870519
        },
        {
            "start": 1384882126,
            "stop": 1384889697
        },
        {
            "start": 1384897148,
            "stop": 1384917290
        },
        {
            "start": 1384923142,
            "stop": 1384979660
        },
        {
            "start": 1384986679,
            "stop": 1385089508
        },
        {
            "start": 1385089746,
            "stop": 1385102627
        },
        {
            "start": 1385112257,
            "stop": 1385158493
        },
        {
            "start": 1385172026,
            "stop": 1385180776
        },
        {
            "start": 1385183628,
            "stop": 1385189388
        },
        {
            "start": 1385193082,
            "stop": 1385202549
        },
        {
            "start": 1385209353,
            "stop": 1385218821
        },
        {
            "start": 1385242831,
            "stop": 1385309951
        },
        {
            "start": 1385315573,
            "stop": 1385325353
        },
        {
            "start": 1385605500,
            "stop": 1385636678
        },
        {
            "start": 1385650575,
            "stop": 1385654734
        },
        {
            "start": 1385658811,
            "stop": 1385669480
        }
    ]
}