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_CAT2/segments?format=api&page=155
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=156",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=154",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 155,
    "results": [
        {
            "start": 1260834628,
            "stop": 1260834688
        },
        {
            "start": 1260834702,
            "stop": 1260834841
        },
        {
            "start": 1260834852,
            "stop": 1260835072
        },
        {
            "start": 1260835075,
            "stop": 1260835128
        },
        {
            "start": 1260835138,
            "stop": 1260835469
        },
        {
            "start": 1260835480,
            "stop": 1260835523
        },
        {
            "start": 1260835526,
            "stop": 1260835546
        },
        {
            "start": 1260835552,
            "stop": 1260835572
        },
        {
            "start": 1260835576,
            "stop": 1260835662
        },
        {
            "start": 1260835665,
            "stop": 1260836063
        },
        {
            "start": 1260836067,
            "stop": 1260836240
        },
        {
            "start": 1260836245,
            "stop": 1260836871
        },
        {
            "start": 1260836872,
            "stop": 1260837052
        },
        {
            "start": 1260837055,
            "stop": 1260837670
        },
        {
            "start": 1260837673,
            "stop": 1260838140
        },
        {
            "start": 1260838144,
            "stop": 1260839922
        },
        {
            "start": 1260839925,
            "stop": 1260840860
        },
        {
            "start": 1260843278,
            "stop": 1260844882
        },
        {
            "start": 1260844887,
            "stop": 1260845181
        },
        {
            "start": 1260845189,
            "stop": 1260845237
        }
    ]
}