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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7202",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7200",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7201,
    "results": [
        {
            "start": 874625295,
            "stop": 874625486
        },
        {
            "start": 874625487,
            "stop": 874625546
        },
        {
            "start": 874625548,
            "stop": 874625610
        },
        {
            "start": 874625611,
            "stop": 874625646
        },
        {
            "start": 874625647,
            "stop": 874625649
        },
        {
            "start": 874625650,
            "stop": 874625801
        },
        {
            "start": 874625802,
            "stop": 874626496
        },
        {
            "start": 874626497,
            "stop": 874626843
        },
        {
            "start": 874626844,
            "stop": 874626892
        },
        {
            "start": 874626893,
            "stop": 874627025
        },
        {
            "start": 874627026,
            "stop": 874627137
        },
        {
            "start": 874627138,
            "stop": 874627162
        },
        {
            "start": 874627163,
            "stop": 874627195
        },
        {
            "start": 874627196,
            "stop": 874627266
        },
        {
            "start": 874627268,
            "stop": 874628640
        },
        {
            "start": 874628641,
            "stop": 874628775
        },
        {
            "start": 874628776,
            "stop": 874628964
        },
        {
            "start": 874628965,
            "stop": 874629078
        },
        {
            "start": 874629079,
            "stop": 874630387
        },
        {
            "start": 874630389,
            "stop": 874630394
        }
    ]
}