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=10040
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=10041",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10039",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10040,
    "results": [
        {
            "start": 872595940,
            "stop": 872596133
        },
        {
            "start": 872596169,
            "stop": 872596442
        },
        {
            "start": 872596507,
            "stop": 872596652
        },
        {
            "start": 872596720,
            "stop": 872596742
        },
        {
            "start": 872596800,
            "stop": 872596811
        },
        {
            "start": 872605860,
            "stop": 872605950
        },
        {
            "start": 872608633,
            "stop": 872608793
        },
        {
            "start": 872608827,
            "stop": 872608999
        },
        {
            "start": 872609035,
            "stop": 872609078
        },
        {
            "start": 872609114,
            "stop": 872609133
        },
        {
            "start": 872609253,
            "stop": 872609534
        },
        {
            "start": 872609645,
            "stop": 872609859
        },
        {
            "start": 872610041,
            "stop": 872610180
        },
        {
            "start": 872610300,
            "stop": 872610558
        },
        {
            "start": 872637554,
            "stop": 872637594
        },
        {
            "start": 872637660,
            "stop": 872637667
        },
        {
            "start": 872637734,
            "stop": 872637784
        },
        {
            "start": 872637820,
            "stop": 872637837
        },
        {
            "start": 872638554,
            "stop": 872638699
        },
        {
            "start": 872638739,
            "stop": 872638838
        }
    ]
}