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=2060
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=2061",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2059",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2060,
    "results": [
        {
            "start": 870591464,
            "stop": 870593124
        },
        {
            "start": 870597879,
            "stop": 870609444
        },
        {
            "start": 870610775,
            "stop": 870612041
        },
        {
            "start": 870612058,
            "stop": 870612329
        },
        {
            "start": 870612347,
            "stop": 870612971
        },
        {
            "start": 870613257,
            "stop": 870614292
        },
        {
            "start": 870614385,
            "stop": 870615824
        },
        {
            "start": 870615862,
            "stop": 870615892
        },
        {
            "start": 870617355,
            "stop": 870617372
        },
        {
            "start": 870617454,
            "stop": 870617461
        },
        {
            "start": 870617478,
            "stop": 870617532
        },
        {
            "start": 870617551,
            "stop": 870617585
        },
        {
            "start": 870617602,
            "stop": 870617641
        },
        {
            "start": 870617658,
            "stop": 870618388
        },
        {
            "start": 870618440,
            "stop": 870618841
        },
        {
            "start": 870618858,
            "stop": 870619719
        },
        {
            "start": 870619736,
            "stop": 870619878
        },
        {
            "start": 870619895,
            "stop": 870619900
        },
        {
            "start": 870619922,
            "stop": 870619924
        },
        {
            "start": 870619941,
            "stop": 870619959
        }
    ]
}