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=6587
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=6588",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6586",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6587,
    "results": [
        {
            "start": 874622131,
            "stop": 874622886
        },
        {
            "start": 874625680,
            "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
        },
        {
            "start": 874630395,
            "stop": 874630832
        },
        {
            "start": 874630833,
            "stop": 874630914
        },
        {
            "start": 874630916,
            "stop": 874632025
        },
        {
            "start": 874632026,
            "stop": 874632126
        }
    ]
}