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=6330
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=6331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6329",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6330,
    "results": [
        {
            "start": 873303793,
            "stop": 873303874
        },
        {
            "start": 873303875,
            "stop": 873304134
        },
        {
            "start": 873304135,
            "stop": 873304140
        },
        {
            "start": 873304141,
            "stop": 873304352
        },
        {
            "start": 873304353,
            "stop": 873304385
        },
        {
            "start": 873304387,
            "stop": 873305211
        },
        {
            "start": 873305212,
            "stop": 873305530
        },
        {
            "start": 873305531,
            "stop": 873305571
        },
        {
            "start": 873305573,
            "stop": 873305592
        },
        {
            "start": 873305594,
            "stop": 873305908
        },
        {
            "start": 873305909,
            "stop": 873306055
        },
        {
            "start": 873306056,
            "stop": 873306405
        },
        {
            "start": 873306406,
            "stop": 873307270
        },
        {
            "start": 873307272,
            "stop": 873307596
        },
        {
            "start": 873307597,
            "stop": 873307659
        },
        {
            "start": 873307661,
            "stop": 873308272
        },
        {
            "start": 873308273,
            "stop": 873308951
        },
        {
            "start": 873308952,
            "stop": 873308956
        },
        {
            "start": 873308957,
            "stop": 873309224
        },
        {
            "start": 873309226,
            "stop": 873309319
        }
    ]
}