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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=474",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=472",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 473,
    "results": [
        {
            "start": 865331689,
            "stop": 865344901
        },
        {
            "start": 865356577,
            "stop": 865361366
        },
        {
            "start": 865361367,
            "stop": 865361487
        },
        {
            "start": 865361489,
            "stop": 865361515
        },
        {
            "start": 865361580,
            "stop": 865361598
        },
        {
            "start": 865361605,
            "stop": 865361611
        },
        {
            "start": 865361613,
            "stop": 865361685
        },
        {
            "start": 865361698,
            "stop": 865361707
        },
        {
            "start": 865361711,
            "stop": 865361761
        },
        {
            "start": 865361763,
            "stop": 865361792
        },
        {
            "start": 865361796,
            "stop": 865361811
        },
        {
            "start": 865361813,
            "stop": 865361864
        },
        {
            "start": 865389877,
            "stop": 865397990
        },
        {
            "start": 865398100,
            "stop": 865398277
        },
        {
            "start": 865398684,
            "stop": 865399098
        },
        {
            "start": 865399398,
            "stop": 865399437
        },
        {
            "start": 865399547,
            "stop": 865399646
        },
        {
            "start": 865399946,
            "stop": 865418182
        },
        {
            "start": 865418190,
            "stop": 865455257
        },
        {
            "start": 865455260,
            "stop": 865465053
        }
    ]
}