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_CAT3/segments?format=api&page=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=4",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 5,
    "results": [
        {
            "start": 1256753442,
            "stop": 1256753734
        },
        {
            "start": 1256753735,
            "stop": 1256754006
        },
        {
            "start": 1256754007,
            "stop": 1256755153
        },
        {
            "start": 1256755158,
            "stop": 1256755192
        },
        {
            "start": 1256755193,
            "stop": 1256755834
        },
        {
            "start": 1256755838,
            "stop": 1256756336
        },
        {
            "start": 1256756341,
            "stop": 1256756709
        },
        {
            "start": 1256766682,
            "stop": 1256766710
        },
        {
            "start": 1256766711,
            "stop": 1256768212
        },
        {
            "start": 1256768215,
            "stop": 1256770232
        },
        {
            "start": 1256770234,
            "stop": 1256770873
        },
        {
            "start": 1256770881,
            "stop": 1256772748
        },
        {
            "start": 1256775368,
            "stop": 1256776266
        },
        {
            "start": 1256776274,
            "stop": 1256777149
        },
        {
            "start": 1256777151,
            "stop": 1256779756
        },
        {
            "start": 1256779764,
            "stop": 1256783618
        },
        {
            "start": 1256783623,
            "stop": 1256783806
        },
        {
            "start": 1256783808,
            "stop": 1256783949
        },
        {
            "start": 1256783952,
            "stop": 1256785167
        },
        {
            "start": 1256785175,
            "stop": 1256787528
        }
    ]
}