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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1933",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1931",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1932,
    "results": [
        {
            "start": 1252429251,
            "stop": 1252429484
        },
        {
            "start": 1252429487,
            "stop": 1252430316
        },
        {
            "start": 1252430319,
            "stop": 1252432184
        },
        {
            "start": 1252432187,
            "stop": 1252432201
        },
        {
            "start": 1252432204,
            "stop": 1252433848
        },
        {
            "start": 1252433851,
            "stop": 1252434362
        },
        {
            "start": 1252434365,
            "stop": 1252437240
        },
        {
            "start": 1252437248,
            "stop": 1252437965
        },
        {
            "start": 1252437968,
            "stop": 1252438148
        },
        {
            "start": 1252438156,
            "stop": 1252438280
        },
        {
            "start": 1252438282,
            "stop": 1252438770
        },
        {
            "start": 1252438773,
            "stop": 1252441480
        },
        {
            "start": 1252441483,
            "stop": 1252441730
        },
        {
            "start": 1252441732,
            "stop": 1252443376
        },
        {
            "start": 1252443377,
            "stop": 1252443466
        },
        {
            "start": 1252452763,
            "stop": 1252452862
        },
        {
            "start": 1252452863,
            "stop": 1252452881
        },
        {
            "start": 1252452882,
            "stop": 1252453390
        },
        {
            "start": 1252454576,
            "stop": 1252455035
        },
        {
            "start": 1252455038,
            "stop": 1252456148
        }
    ]
}