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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4310",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4311,
    "results": [
        {
            "start": 874694172,
            "stop": 874694220
        },
        {
            "start": 874694239,
            "stop": 874694247
        },
        {
            "start": 874694271,
            "stop": 874694355
        },
        {
            "start": 874694374,
            "stop": 874694400
        },
        {
            "start": 874694509,
            "stop": 874694530
        },
        {
            "start": 874694562,
            "stop": 874694564
        },
        {
            "start": 874694685,
            "stop": 874694704
        },
        {
            "start": 874694736,
            "stop": 874694747
        },
        {
            "start": 874694812,
            "stop": 874694815
        },
        {
            "start": 874694840,
            "stop": 874694879
        },
        {
            "start": 874694898,
            "stop": 874694918
        },
        {
            "start": 874694937,
            "stop": 874694992
        },
        {
            "start": 874695032,
            "stop": 874695045
        },
        {
            "start": 874695064,
            "stop": 874695084
        },
        {
            "start": 874695117,
            "stop": 874695162
        },
        {
            "start": 874695181,
            "stop": 874695241
        },
        {
            "start": 874695281,
            "stop": 874695288
        },
        {
            "start": 874695332,
            "stop": 874695344
        },
        {
            "start": 874695364,
            "stop": 874695400
        },
        {
            "start": 874695420,
            "stop": 874695421
        }
    ]
}