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=6301
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=6302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6300",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6301,
    "results": [
        {
            "start": 873151121,
            "stop": 873151401
        },
        {
            "start": 873151402,
            "stop": 873151517
        },
        {
            "start": 873151518,
            "stop": 873152339
        },
        {
            "start": 873152340,
            "stop": 873152495
        },
        {
            "start": 873152496,
            "stop": 873152562
        },
        {
            "start": 873152563,
            "stop": 873152888
        },
        {
            "start": 873152889,
            "stop": 873152914
        },
        {
            "start": 873152915,
            "stop": 873153304
        },
        {
            "start": 873153306,
            "stop": 873153847
        },
        {
            "start": 873153849,
            "stop": 873154103
        },
        {
            "start": 873154104,
            "stop": 873154353
        },
        {
            "start": 873154355,
            "stop": 873154373
        },
        {
            "start": 873154374,
            "stop": 873154436
        },
        {
            "start": 873154437,
            "stop": 873154466
        },
        {
            "start": 873154467,
            "stop": 873154497
        },
        {
            "start": 873154498,
            "stop": 873155152
        },
        {
            "start": 873155153,
            "stop": 873155467
        },
        {
            "start": 873155468,
            "stop": 873155481
        },
        {
            "start": 873155483,
            "stop": 873155547
        },
        {
            "start": 873155548,
            "stop": 873155883
        }
    ]
}