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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=369",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 370,
    "results": [
        {
            "start": 934686210,
            "stop": 934686215
        },
        {
            "start": 934686218,
            "stop": 934686231
        },
        {
            "start": 934686234,
            "stop": 934687180
        },
        {
            "start": 934688697,
            "stop": 934689735
        },
        {
            "start": 934689737,
            "stop": 934689765
        },
        {
            "start": 934689769,
            "stop": 934689783
        },
        {
            "start": 934689785,
            "stop": 934689809
        },
        {
            "start": 934689812,
            "stop": 934689816
        },
        {
            "start": 934689818,
            "stop": 934689831
        },
        {
            "start": 934689836,
            "stop": 934693335
        },
        {
            "start": 934693337,
            "stop": 934693354
        },
        {
            "start": 934693356,
            "stop": 934693363
        },
        {
            "start": 934693367,
            "stop": 934693383
        },
        {
            "start": 934693385,
            "stop": 934693409
        },
        {
            "start": 934693411,
            "stop": 934693415
        },
        {
            "start": 934693418,
            "stop": 934693423
        },
        {
            "start": 934693425,
            "stop": 934693431
        },
        {
            "start": 934693435,
            "stop": 934696957
        },
        {
            "start": 934696959,
            "stop": 934696983
        },
        {
            "start": 934696985,
            "stop": 934697009
        }
    ]
}