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=6545
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=6546",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6544",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6545,
    "results": [
        {
            "start": 874390629,
            "stop": 874390734
        },
        {
            "start": 874390735,
            "stop": 874390746
        },
        {
            "start": 874390747,
            "stop": 874390780
        },
        {
            "start": 874390782,
            "stop": 874390792
        },
        {
            "start": 874390793,
            "stop": 874390896
        },
        {
            "start": 874390897,
            "stop": 874391235
        },
        {
            "start": 874391236,
            "stop": 874391470
        },
        {
            "start": 874391471,
            "stop": 874391571
        },
        {
            "start": 874391572,
            "stop": 874391583
        },
        {
            "start": 874391584,
            "stop": 874391738
        },
        {
            "start": 874391739,
            "stop": 874392156
        },
        {
            "start": 874392158,
            "stop": 874392224
        },
        {
            "start": 874392225,
            "stop": 874392325
        },
        {
            "start": 874392326,
            "stop": 874392708
        },
        {
            "start": 874392709,
            "stop": 874392795
        },
        {
            "start": 874392797,
            "stop": 874392981
        },
        {
            "start": 874392982,
            "stop": 874393041
        },
        {
            "start": 874393043,
            "stop": 874393466
        },
        {
            "start": 874393467,
            "stop": 874393562
        },
        {
            "start": 874393563,
            "stop": 874393572
        }
    ]
}