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=6553
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=6554",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6552",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6553,
    "results": [
        {
            "start": 874424971,
            "stop": 874424987
        },
        {
            "start": 874424989,
            "stop": 874425296
        },
        {
            "start": 874425297,
            "stop": 874425403
        },
        {
            "start": 874425404,
            "stop": 874425537
        },
        {
            "start": 874425538,
            "stop": 874425603
        },
        {
            "start": 874425605,
            "stop": 874426405
        },
        {
            "start": 874426407,
            "stop": 874426434
        },
        {
            "start": 874426435,
            "stop": 874426483
        },
        {
            "start": 874426485,
            "stop": 874426576
        },
        {
            "start": 874426577,
            "stop": 874426605
        },
        {
            "start": 874426606,
            "stop": 874426843
        },
        {
            "start": 874426844,
            "stop": 874426870
        },
        {
            "start": 874426871,
            "stop": 874427142
        },
        {
            "start": 874427143,
            "stop": 874427451
        },
        {
            "start": 874427453,
            "stop": 874427544
        },
        {
            "start": 874427545,
            "stop": 874428058
        },
        {
            "start": 874428059,
            "stop": 874428122
        },
        {
            "start": 874428123,
            "stop": 874428314
        },
        {
            "start": 874428315,
            "stop": 874428339
        },
        {
            "start": 874428340,
            "stop": 874428419
        }
    ]
}