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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=270",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 271,
    "results": [
        {
            "start": 860343966,
            "stop": 860347038
        },
        {
            "start": 860347119,
            "stop": 860347413
        },
        {
            "start": 860347990,
            "stop": 860356170
        },
        {
            "start": 860356760,
            "stop": 860357599
        },
        {
            "start": 860358734,
            "stop": 860363981
        },
        {
            "start": 860365309,
            "stop": 860366132
        },
        {
            "start": 860367239,
            "stop": 860367297
        },
        {
            "start": 860367550,
            "stop": 860371175
        },
        {
            "start": 860372544,
            "stop": 860401427
        },
        {
            "start": 860401614,
            "stop": 860438619
        },
        {
            "start": 860438946,
            "stop": 860439778
        },
        {
            "start": 860442159,
            "stop": 860444407
        },
        {
            "start": 860444469,
            "stop": 860447865
        },
        {
            "start": 860448012,
            "stop": 860448421
        },
        {
            "start": 860448652,
            "stop": 860453898
        },
        {
            "start": 860454234,
            "stop": 860454260
        },
        {
            "start": 860454560,
            "stop": 860478293
        },
        {
            "start": 860481617,
            "stop": 860489446
        },
        {
            "start": 860489886,
            "stop": 860489937
        },
        {
            "start": 860490237,
            "stop": 860490311
        }
    ]
}