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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=53",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 54,
    "results": [
        {
            "start": 1258022244,
            "stop": 1258024474
        },
        {
            "start": 1258024478,
            "stop": 1258025585
        },
        {
            "start": 1258025590,
            "stop": 1258028669
        },
        {
            "start": 1258028674,
            "stop": 1258028735
        },
        {
            "start": 1258028738,
            "stop": 1258029984
        },
        {
            "start": 1258029987,
            "stop": 1258033994
        },
        {
            "start": 1258034281,
            "stop": 1258034758
        },
        {
            "start": 1258034761,
            "stop": 1258036243
        },
        {
            "start": 1258036246,
            "stop": 1258036580
        },
        {
            "start": 1258052692,
            "stop": 1258056994
        },
        {
            "start": 1258057002,
            "stop": 1258059016
        },
        {
            "start": 1258059019,
            "stop": 1258059274
        },
        {
            "start": 1258059279,
            "stop": 1258059950
        },
        {
            "start": 1258059952,
            "stop": 1258060205
        },
        {
            "start": 1258060210,
            "stop": 1258060323
        },
        {
            "start": 1258060326,
            "stop": 1258060539
        },
        {
            "start": 1258060544,
            "stop": 1258060601
        },
        {
            "start": 1258060623,
            "stop": 1258060668
        },
        {
            "start": 1258060671,
            "stop": 1258060826
        },
        {
            "start": 1258060830,
            "stop": 1258060840
        }
    ]
}