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=506
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=507",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=505",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 506,
    "results": [
        {
            "start": 1264593825,
            "stop": 1264594042
        },
        {
            "start": 1264594043,
            "stop": 1264594092
        },
        {
            "start": 1264594093,
            "stop": 1264594617
        },
        {
            "start": 1264594618,
            "stop": 1264594789
        },
        {
            "start": 1264594790,
            "stop": 1264594799
        },
        {
            "start": 1264594800,
            "stop": 1264594802
        },
        {
            "start": 1264594803,
            "stop": 1264594810
        },
        {
            "start": 1264594812,
            "stop": 1264594813
        },
        {
            "start": 1264594814,
            "stop": 1264595191
        },
        {
            "start": 1264595196,
            "stop": 1264602034
        },
        {
            "start": 1264602036,
            "stop": 1264603252
        },
        {
            "start": 1264603255,
            "stop": 1264605794
        },
        {
            "start": 1264605796,
            "stop": 1264606211
        },
        {
            "start": 1264606212,
            "stop": 1264606845
        },
        {
            "start": 1264606846,
            "stop": 1264607084
        },
        {
            "start": 1264607085,
            "stop": 1264607323
        },
        {
            "start": 1264607324,
            "stop": 1264608152
        },
        {
            "start": 1264608153,
            "stop": 1264608179
        },
        {
            "start": 1264608184,
            "stop": 1264608386
        },
        {
            "start": 1264608387,
            "stop": 1264609369
        }
    ]
}