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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=294",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 295,
    "results": [
        {
            "start": 931724459,
            "stop": 931724467
        },
        {
            "start": 931724469,
            "stop": 931724470
        },
        {
            "start": 931724472,
            "stop": 931724473
        },
        {
            "start": 931724478,
            "stop": 931724485
        },
        {
            "start": 931724487,
            "stop": 931724488
        },
        {
            "start": 931724506,
            "stop": 931724507
        },
        {
            "start": 931724508,
            "stop": 931724509
        },
        {
            "start": 931724520,
            "stop": 931724521
        },
        {
            "start": 931724523,
            "stop": 931724524
        },
        {
            "start": 931724527,
            "stop": 931724528
        },
        {
            "start": 931724530,
            "stop": 931724531
        },
        {
            "start": 931724534,
            "stop": 931724537
        },
        {
            "start": 931724549,
            "stop": 931724550
        },
        {
            "start": 931724552,
            "stop": 931724554
        },
        {
            "start": 931724555,
            "stop": 931724556
        },
        {
            "start": 931724559,
            "stop": 931724560
        },
        {
            "start": 931724569,
            "stop": 931724570
        },
        {
            "start": 931724573,
            "stop": 931724580
        },
        {
            "start": 931724598,
            "stop": 931724608
        },
        {
            "start": 931724613,
            "stop": 931724615
        }
    ]
}