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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9844",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9842",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9843,
    "results": [
        {
            "start": 874189358,
            "stop": 874189373
        },
        {
            "start": 874189376,
            "stop": 874189379
        },
        {
            "start": 874189382,
            "stop": 874190381
        },
        {
            "start": 874190385,
            "stop": 874191006
        },
        {
            "start": 874191104,
            "stop": 874191714
        },
        {
            "start": 874191717,
            "stop": 874191741
        },
        {
            "start": 874191744,
            "stop": 874191745
        },
        {
            "start": 874191749,
            "stop": 874191788
        },
        {
            "start": 874191791,
            "stop": 874191875
        },
        {
            "start": 874191878,
            "stop": 874191889
        },
        {
            "start": 874191893,
            "stop": 874192561
        },
        {
            "start": 874192564,
            "stop": 874192875
        },
        {
            "start": 874192879,
            "stop": 874193308
        },
        {
            "start": 874193309,
            "stop": 874193341
        },
        {
            "start": 874193738,
            "stop": 874194005
        },
        {
            "start": 874194009,
            "stop": 874194037
        },
        {
            "start": 874194044,
            "stop": 874194056
        },
        {
            "start": 874194061,
            "stop": 874194071
        },
        {
            "start": 874194074,
            "stop": 874194076
        },
        {
            "start": 874194079,
            "stop": 874194085
        }
    ]
}