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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=894",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=892",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 893,
    "results": [
        {
            "start": 1251271746,
            "stop": 1251272915
        },
        {
            "start": 1251272920,
            "stop": 1251272989
        },
        {
            "start": 1251272994,
            "stop": 1251273026
        },
        {
            "start": 1251273029,
            "stop": 1251273048
        },
        {
            "start": 1251273050,
            "stop": 1251273054
        },
        {
            "start": 1251273057,
            "stop": 1251275370
        },
        {
            "start": 1251275374,
            "stop": 1251275525
        },
        {
            "start": 1251275530,
            "stop": 1251275534
        },
        {
            "start": 1251275537,
            "stop": 1251275581
        },
        {
            "start": 1251275584,
            "stop": 1251275600
        },
        {
            "start": 1251275605,
            "stop": 1251275617
        },
        {
            "start": 1251275620,
            "stop": 1251275627
        },
        {
            "start": 1251275630,
            "stop": 1251275658
        },
        {
            "start": 1251275661,
            "stop": 1251276848
        },
        {
            "start": 1251276851,
            "stop": 1251276862
        },
        {
            "start": 1251276867,
            "stop": 1251276869
        },
        {
            "start": 1251276874,
            "stop": 1251276881
        },
        {
            "start": 1251276884,
            "stop": 1251276888
        },
        {
            "start": 1251276889,
            "stop": 1251276892
        },
        {
            "start": 1251276893,
            "stop": 1251276897
        }
    ]
}