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=256
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=257",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=255",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 256,
    "results": [
        {
            "start": 1262694719,
            "stop": 1262694796
        },
        {
            "start": 1262694800,
            "stop": 1262694829
        },
        {
            "start": 1262694832,
            "stop": 1262694841
        },
        {
            "start": 1262694843,
            "stop": 1262694998
        },
        {
            "start": 1262695001,
            "stop": 1262695004
        },
        {
            "start": 1262695007,
            "stop": 1262695059
        },
        {
            "start": 1262695061,
            "stop": 1262695092
        },
        {
            "start": 1262695094,
            "stop": 1262695202
        },
        {
            "start": 1262695206,
            "stop": 1262695209
        },
        {
            "start": 1262695211,
            "stop": 1262695217
        },
        {
            "start": 1262695220,
            "stop": 1262695242
        },
        {
            "start": 1262695247,
            "stop": 1262695311
        },
        {
            "start": 1262695313,
            "stop": 1262695319
        },
        {
            "start": 1262695322,
            "stop": 1262695344
        },
        {
            "start": 1262695346,
            "stop": 1262695350
        },
        {
            "start": 1262695353,
            "stop": 1262695431
        },
        {
            "start": 1262695433,
            "stop": 1262695584
        },
        {
            "start": 1262695586,
            "stop": 1262695719
        },
        {
            "start": 1262695721,
            "stop": 1262695722
        },
        {
            "start": 1262695725,
            "stop": 1262695730
        }
    ]
}