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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8348",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8349,
    "results": [
        {
            "start": 874634054,
            "stop": 874634580
        },
        {
            "start": 874635300,
            "stop": 874635449
        },
        {
            "start": 874635472,
            "stop": 874635480
        },
        {
            "start": 874635605,
            "stop": 874635632
        },
        {
            "start": 874635713,
            "stop": 874635726
        },
        {
            "start": 874635756,
            "stop": 874635909
        },
        {
            "start": 874635928,
            "stop": 874636328
        },
        {
            "start": 874636353,
            "stop": 874636385
        },
        {
            "start": 874636452,
            "stop": 874636477
        },
        {
            "start": 874636497,
            "stop": 874636523
        },
        {
            "start": 874636542,
            "stop": 874636629
        },
        {
            "start": 874636666,
            "stop": 874636762
        },
        {
            "start": 874636781,
            "stop": 874637020
        },
        {
            "start": 874637039,
            "stop": 874637536
        },
        {
            "start": 874637555,
            "stop": 874638015
        },
        {
            "start": 874638035,
            "stop": 874638036
        },
        {
            "start": 874638055,
            "stop": 874638251
        },
        {
            "start": 874638271,
            "stop": 874638315
        },
        {
            "start": 874638355,
            "stop": 874639470
        },
        {
            "start": 874639489,
            "stop": 874639686
        }
    ]
}