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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=300",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 301,
    "results": [
        {
            "start": 1260266073,
            "stop": 1260266124
        },
        {
            "start": 1260266125,
            "stop": 1260266138
        },
        {
            "start": 1260266141,
            "stop": 1260266174
        },
        {
            "start": 1260266175,
            "stop": 1260266406
        },
        {
            "start": 1260266409,
            "stop": 1260266489
        },
        {
            "start": 1260266492,
            "stop": 1260266792
        },
        {
            "start": 1260266795,
            "stop": 1260266799
        },
        {
            "start": 1260266802,
            "stop": 1260266946
        },
        {
            "start": 1260266949,
            "stop": 1260267253
        },
        {
            "start": 1260267256,
            "stop": 1260267517
        },
        {
            "start": 1260267519,
            "stop": 1260267786
        },
        {
            "start": 1260267789,
            "stop": 1260268245
        },
        {
            "start": 1260268246,
            "stop": 1260268406
        },
        {
            "start": 1260268409,
            "stop": 1260268977
        },
        {
            "start": 1260268981,
            "stop": 1260269020
        },
        {
            "start": 1260269023,
            "stop": 1260269251
        },
        {
            "start": 1260269252,
            "stop": 1260269505
        },
        {
            "start": 1260269507,
            "stop": 1260269798
        },
        {
            "start": 1260269801,
            "stop": 1260270034
        },
        {
            "start": 1260270037,
            "stop": 1260270610
        }
    ]
}