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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46750",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46748",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46749,
    "results": [
        {
            "start": 875080332,
            "stop": 875080352
        },
        {
            "start": 875080353,
            "stop": 875080490
        },
        {
            "start": 875080491,
            "stop": 875080556
        },
        {
            "start": 875080557,
            "stop": 875080577
        },
        {
            "start": 875080578,
            "stop": 875080660
        },
        {
            "start": 875080667,
            "stop": 875080670
        },
        {
            "start": 875080673,
            "stop": 875080822
        },
        {
            "start": 875080823,
            "stop": 875080825
        },
        {
            "start": 875080826,
            "stop": 875080829
        },
        {
            "start": 875080831,
            "stop": 875080832
        },
        {
            "start": 875080833,
            "stop": 875080837
        },
        {
            "start": 875080838,
            "stop": 875080886
        },
        {
            "start": 875080887,
            "stop": 875080924
        },
        {
            "start": 875080925,
            "stop": 875080963
        },
        {
            "start": 875080964,
            "stop": 875080985
        },
        {
            "start": 875080986,
            "stop": 875080995
        },
        {
            "start": 875080996,
            "stop": 875081005
        },
        {
            "start": 875081006,
            "stop": 875081093
        },
        {
            "start": 875081095,
            "stop": 875081099
        },
        {
            "start": 875081100,
            "stop": 875081135
        }
    ]
}