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=905
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=906",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=904",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 905,
    "results": [
        {
            "start": 1251413895,
            "stop": 1251414089
        },
        {
            "start": 1251414093,
            "stop": 1251414256
        },
        {
            "start": 1251414260,
            "stop": 1251414287
        },
        {
            "start": 1251414289,
            "stop": 1251414326
        },
        {
            "start": 1251414329,
            "stop": 1251414721
        },
        {
            "start": 1251414725,
            "stop": 1251415081
        },
        {
            "start": 1251415085,
            "stop": 1251415430
        },
        {
            "start": 1251415433,
            "stop": 1251415465
        },
        {
            "start": 1251415468,
            "stop": 1251415735
        },
        {
            "start": 1251415739,
            "stop": 1251416154
        },
        {
            "start": 1251416158,
            "stop": 1251416429
        },
        {
            "start": 1251416433,
            "stop": 1251418235
        },
        {
            "start": 1251418238,
            "stop": 1251419205
        },
        {
            "start": 1251419209,
            "stop": 1251419480
        },
        {
            "start": 1251419484,
            "stop": 1251420297
        },
        {
            "start": 1251420301,
            "stop": 1251422539
        },
        {
            "start": 1251422543,
            "stop": 1251422553
        },
        {
            "start": 1251422556,
            "stop": 1251422946
        },
        {
            "start": 1251422949,
            "stop": 1251423123
        },
        {
            "start": 1251423126,
            "stop": 1251423492
        }
    ]
}