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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=529",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=527",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 528,
    "results": [
        {
            "start": 1264757648,
            "stop": 1264758145
        },
        {
            "start": 1264758147,
            "stop": 1264758153
        },
        {
            "start": 1264758154,
            "stop": 1264758437
        },
        {
            "start": 1264758438,
            "stop": 1264759107
        },
        {
            "start": 1264759110,
            "stop": 1264759329
        },
        {
            "start": 1264759332,
            "stop": 1264759927
        },
        {
            "start": 1264759928,
            "stop": 1264759931
        },
        {
            "start": 1264759932,
            "stop": 1264759933
        },
        {
            "start": 1264759935,
            "stop": 1264759937
        },
        {
            "start": 1264759938,
            "stop": 1264759939
        },
        {
            "start": 1264759940,
            "stop": 1264759943
        },
        {
            "start": 1264759945,
            "stop": 1264759946
        },
        {
            "start": 1264759948,
            "stop": 1264759953
        },
        {
            "start": 1264759954,
            "stop": 1264760068
        },
        {
            "start": 1264760069,
            "stop": 1264760075
        },
        {
            "start": 1264760076,
            "stop": 1264760080
        },
        {
            "start": 1264760082,
            "stop": 1264760088
        },
        {
            "start": 1264760089,
            "stop": 1264760091
        },
        {
            "start": 1264760094,
            "stop": 1264760126
        },
        {
            "start": 1264760127,
            "stop": 1264760129
        }
    ]
}