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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=451",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=449",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 450,
    "results": [
        {
            "start": 945724456,
            "stop": 945765511
        },
        {
            "start": 945772693,
            "stop": 945814609
        },
        {
            "start": 945817466,
            "stop": 945843330
        },
        {
            "start": 945845664,
            "stop": 945857316
        },
        {
            "start": 945857318,
            "stop": 945873441
        },
        {
            "start": 945875285,
            "stop": 945904338
        },
        {
            "start": 945909396,
            "stop": 945919076
        },
        {
            "start": 945920861,
            "stop": 945964544
        },
        {
            "start": 945966285,
            "stop": 945976412
        },
        {
            "start": 945978440,
            "stop": 945995002
        },
        {
            "start": 945997166,
            "stop": 945997765
        },
        {
            "start": 945999544,
            "stop": 946015554
        },
        {
            "start": 946017774,
            "stop": 946051527
        },
        {
            "start": 946051530,
            "stop": 946055500
        },
        {
            "start": 946055502,
            "stop": 946055504
        },
        {
            "start": 946055506,
            "stop": 946055793
        },
        {
            "start": 946055795,
            "stop": 946055854
        },
        {
            "start": 946055856,
            "stop": 946055973
        },
        {
            "start": 946059034,
            "stop": 946059523
        },
        {
            "start": 946060313,
            "stop": 946060854
        }
    ]
}