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=6325
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=6326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6324",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6325,
    "results": [
        {
            "start": 873273031,
            "stop": 873273713
        },
        {
            "start": 873273714,
            "stop": 873274188
        },
        {
            "start": 873274189,
            "stop": 873274256
        },
        {
            "start": 873274257,
            "stop": 873274557
        },
        {
            "start": 873274558,
            "stop": 873274701
        },
        {
            "start": 873275706,
            "stop": 873275925
        },
        {
            "start": 873275926,
            "stop": 873276093
        },
        {
            "start": 873276094,
            "stop": 873276264
        },
        {
            "start": 873276266,
            "stop": 873276434
        },
        {
            "start": 873276435,
            "stop": 873276724
        },
        {
            "start": 873276725,
            "stop": 873277694
        },
        {
            "start": 873277695,
            "stop": 873277812
        },
        {
            "start": 873277814,
            "stop": 873278101
        },
        {
            "start": 873278103,
            "stop": 873278113
        },
        {
            "start": 873278114,
            "stop": 873278128
        },
        {
            "start": 873278129,
            "stop": 873278359
        },
        {
            "start": 873278361,
            "stop": 873278385
        },
        {
            "start": 873278386,
            "stop": 873278411
        },
        {
            "start": 873278413,
            "stop": 873279373
        },
        {
            "start": 873279374,
            "stop": 873279470
        }
    ]
}