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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=366",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 367,
    "results": [
        {
            "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
        },
        {
            "start": 934697011,
            "stop": 934697015
        },
        {
            "start": 934697017,
            "stop": 934697031
        }
    ]
}