Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9080
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9081",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9079",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9080,
    "results": [
        {
            "start": 874634054,
            "stop": 874634625
        },
        {
            "start": 874635120,
            "stop": 874635196
        },
        {
            "start": 874635242,
            "stop": 874635449
        },
        {
            "start": 874635472,
            "stop": 874635579
        },
        {
            "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
        }
    ]
}