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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=133",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 134,
    "results": [
        {
            "start": 818035138,
            "stop": 818036519
        },
        {
            "start": 818036523,
            "stop": 818036573
        },
        {
            "start": 818036817,
            "stop": 818037140
        },
        {
            "start": 818037260,
            "stop": 818040102
        },
        {
            "start": 818040222,
            "stop": 818045749
        },
        {
            "start": 818045869,
            "stop": 818046514
        },
        {
            "start": 818046634,
            "stop": 818047350
        },
        {
            "start": 818047351,
            "stop": 818051534
        },
        {
            "start": 818051654,
            "stop": 818057990
        },
        {
            "start": 818058110,
            "stop": 818058928
        },
        {
            "start": 818060900,
            "stop": 818063377
        },
        {
            "start": 818063497,
            "stop": 818064736
        },
        {
            "start": 818064740,
            "stop": 818066848
        },
        {
            "start": 818066851,
            "stop": 818068097
        },
        {
            "start": 818069674,
            "stop": 818072983
        },
        {
            "start": 818073164,
            "stop": 818073835
        },
        {
            "start": 818073852,
            "stop": 818076823
        },
        {
            "start": 818077734,
            "stop": 818082554
        },
        {
            "start": 818082555,
            "stop": 818083203
        },
        {
            "start": 818083207,
            "stop": 818085276
        }
    ]
}