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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=232",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 233,
    "results": [
        {
            "start": 843415097,
            "stop": 843417567
        },
        {
            "start": 843417572,
            "stop": 843417574
        },
        {
            "start": 843417583,
            "stop": 843417590
        },
        {
            "start": 843417593,
            "stop": 843421368
        },
        {
            "start": 843422641,
            "stop": 843425036
        },
        {
            "start": 843425039,
            "stop": 843427513
        },
        {
            "start": 843430033,
            "stop": 843430091
        },
        {
            "start": 843430391,
            "stop": 843431381
        },
        {
            "start": 843432520,
            "stop": 843433143
        },
        {
            "start": 843433206,
            "stop": 843435853
        },
        {
            "start": 843436294,
            "stop": 843443132
        },
        {
            "start": 843443432,
            "stop": 843445116
        },
        {
            "start": 843445416,
            "stop": 843449949
        },
        {
            "start": 843449951,
            "stop": 843460170
        },
        {
            "start": 843465834,
            "stop": 843487856
        },
        {
            "start": 843487858,
            "stop": 843489641
        },
        {
            "start": 843489645,
            "stop": 843493898
        },
        {
            "start": 843494053,
            "stop": 843495133
        },
        {
            "start": 843495152,
            "stop": 843495153
        },
        {
            "start": 843495380,
            "stop": 843496371
        }
    ]
}