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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=214",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 215,
    "results": [
        {
            "start": 821144360,
            "stop": 821144373
        },
        {
            "start": 821144402,
            "stop": 821144736
        },
        {
            "start": 821144766,
            "stop": 821144850
        },
        {
            "start": 821145270,
            "stop": 821145529
        },
        {
            "start": 821145558,
            "stop": 821145859
        },
        {
            "start": 821145888,
            "stop": 821145890
        },
        {
            "start": 821145921,
            "stop": 821145955
        },
        {
            "start": 821146010,
            "stop": 821146085
        },
        {
            "start": 821146114,
            "stop": 821146128
        },
        {
            "start": 821146157,
            "stop": 821146198
        },
        {
            "start": 821146227,
            "stop": 821146861
        },
        {
            "start": 821146914,
            "stop": 821147049
        },
        {
            "start": 821147097,
            "stop": 821147161
        },
        {
            "start": 821147216,
            "stop": 821147274
        },
        {
            "start": 821147304,
            "stop": 821147471
        },
        {
            "start": 821147672,
            "stop": 821147685
        },
        {
            "start": 821147798,
            "stop": 821147824
        },
        {
            "start": 821147853,
            "stop": 821147891
        },
        {
            "start": 821147923,
            "stop": 821147995
        },
        {
            "start": 821148073,
            "stop": 821148099
        }
    ]
}