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=372
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=373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=371",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 372,
    "results": [
        {
            "start": 857732485,
            "stop": 857732581
        },
        {
            "start": 857732583,
            "stop": 857732614
        },
        {
            "start": 857732616,
            "stop": 857732697
        },
        {
            "start": 857732698,
            "stop": 857732708
        },
        {
            "start": 857732710,
            "stop": 857732715
        },
        {
            "start": 857732718,
            "stop": 857732721
        },
        {
            "start": 857732722,
            "stop": 857732871
        },
        {
            "start": 857732872,
            "stop": 857732880
        },
        {
            "start": 857732881,
            "stop": 857732883
        },
        {
            "start": 857732886,
            "stop": 857732973
        },
        {
            "start": 857732979,
            "stop": 857733026
        },
        {
            "start": 857733027,
            "stop": 857733029
        },
        {
            "start": 857733030,
            "stop": 857733042
        },
        {
            "start": 857733328,
            "stop": 857733331
        },
        {
            "start": 857733332,
            "stop": 857733337
        },
        {
            "start": 857733338,
            "stop": 857733365
        },
        {
            "start": 857733367,
            "stop": 857733407
        },
        {
            "start": 857733409,
            "stop": 857733423
        },
        {
            "start": 857733425,
            "stop": 857733433
        },
        {
            "start": 857733434,
            "stop": 857733436
        }
    ]
}