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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7034",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7032",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7033,
    "results": [
        {
            "start": 873839209,
            "stop": 873839237
        },
        {
            "start": 873839238,
            "stop": 873839348
        },
        {
            "start": 873839349,
            "stop": 873839407
        },
        {
            "start": 873839408,
            "stop": 873839609
        },
        {
            "start": 873839610,
            "stop": 873839672
        },
        {
            "start": 873839674,
            "stop": 873839675
        },
        {
            "start": 873839676,
            "stop": 873840000
        },
        {
            "start": 873840001,
            "stop": 873840176
        },
        {
            "start": 873840177,
            "stop": 873840426
        },
        {
            "start": 873840427,
            "stop": 873840538
        },
        {
            "start": 873840539,
            "stop": 873840606
        },
        {
            "start": 873840607,
            "stop": 873840615
        },
        {
            "start": 873840616,
            "stop": 873840974
        },
        {
            "start": 873840975,
            "stop": 873841401
        },
        {
            "start": 873841402,
            "stop": 873841491
        },
        {
            "start": 873841492,
            "stop": 873841547
        },
        {
            "start": 873841548,
            "stop": 873841613
        },
        {
            "start": 873841615,
            "stop": 873841700
        },
        {
            "start": 873841701,
            "stop": 873842349
        },
        {
            "start": 873842350,
            "stop": 873842487
        }
    ]
}