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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=246",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 247,
    "results": [
        {
            "start": 821681188,
            "stop": 821681194
        },
        {
            "start": 821681197,
            "stop": 821681224
        },
        {
            "start": 821681229,
            "stop": 821681230
        },
        {
            "start": 821681233,
            "stop": 821681234
        },
        {
            "start": 821681240,
            "stop": 821681248
        },
        {
            "start": 821681251,
            "stop": 821681255
        },
        {
            "start": 821681258,
            "stop": 821681274
        },
        {
            "start": 821681279,
            "stop": 821681288
        },
        {
            "start": 821681294,
            "stop": 821681304
        },
        {
            "start": 821682259,
            "stop": 821682260
        },
        {
            "start": 821682263,
            "stop": 821682267
        },
        {
            "start": 821682272,
            "stop": 821682274
        },
        {
            "start": 821682288,
            "stop": 821682290
        },
        {
            "start": 821682293,
            "stop": 821682296
        },
        {
            "start": 821682299,
            "stop": 821682300
        },
        {
            "start": 821682303,
            "stop": 821682307
        },
        {
            "start": 821682310,
            "stop": 821682312
        },
        {
            "start": 821682315,
            "stop": 821682317
        },
        {
            "start": 821682320,
            "stop": 821682328
        },
        {
            "start": 821682333,
            "stop": 821682344
        }
    ]
}