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=6513
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=6514",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6512",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6513,
    "results": [
        {
            "start": 874249747,
            "stop": 874250252
        },
        {
            "start": 874250253,
            "stop": 874250305
        },
        {
            "start": 874250306,
            "stop": 874250424
        },
        {
            "start": 874250425,
            "stop": 874250660
        },
        {
            "start": 874250661,
            "stop": 874250705
        },
        {
            "start": 874250706,
            "stop": 874250806
        },
        {
            "start": 874250807,
            "stop": 874250880
        },
        {
            "start": 874250881,
            "stop": 874250905
        },
        {
            "start": 874250906,
            "stop": 874251453
        },
        {
            "start": 874251454,
            "stop": 874251633
        },
        {
            "start": 874251634,
            "stop": 874251731
        },
        {
            "start": 874251732,
            "stop": 874251750
        },
        {
            "start": 874251751,
            "stop": 874251840
        },
        {
            "start": 874251842,
            "stop": 874251896
        },
        {
            "start": 874251897,
            "stop": 874251975
        },
        {
            "start": 874251976,
            "stop": 874252204
        },
        {
            "start": 874252205,
            "stop": 874252562
        },
        {
            "start": 874252563,
            "stop": 874252598
        },
        {
            "start": 874252600,
            "stop": 874252603
        },
        {
            "start": 874252604,
            "stop": 874252714
        }
    ]
}