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=374
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=375",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=373",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 374,
    "results": [
        {
            "start": 1264317247,
            "stop": 1264317248
        },
        {
            "start": 1264317251,
            "stop": 1264317259
        },
        {
            "start": 1264317260,
            "stop": 1264317262
        },
        {
            "start": 1264317263,
            "stop": 1264317273
        },
        {
            "start": 1264317274,
            "stop": 1264317276
        },
        {
            "start": 1264317280,
            "stop": 1264317288
        },
        {
            "start": 1264317290,
            "stop": 1264317291
        },
        {
            "start": 1264317293,
            "stop": 1264317297
        },
        {
            "start": 1264317298,
            "stop": 1264317301
        },
        {
            "start": 1264317304,
            "stop": 1264317311
        },
        {
            "start": 1264317312,
            "stop": 1264317317
        },
        {
            "start": 1264317318,
            "stop": 1264317319
        },
        {
            "start": 1264317320,
            "stop": 1264317325
        },
        {
            "start": 1264317326,
            "stop": 1264317327
        },
        {
            "start": 1264317328,
            "stop": 1264317330
        },
        {
            "start": 1264317331,
            "stop": 1264317422
        },
        {
            "start": 1264317427,
            "stop": 1264317470
        },
        {
            "start": 1264317475,
            "stop": 1264317541
        },
        {
            "start": 1264317542,
            "stop": 1264317549
        },
        {
            "start": 1264317550,
            "stop": 1264317633
        }
    ]
}