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=1861
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=1862",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1860",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1861,
    "results": [
        {
            "start": 1250767987,
            "stop": 1250767989
        },
        {
            "start": 1250767991,
            "stop": 1250767993
        },
        {
            "start": 1250767994,
            "stop": 1250767995
        },
        {
            "start": 1250767997,
            "stop": 1250768011
        },
        {
            "start": 1250768013,
            "stop": 1250768090
        },
        {
            "start": 1250768092,
            "stop": 1250768168
        },
        {
            "start": 1250768169,
            "stop": 1250768778
        },
        {
            "start": 1250768781,
            "stop": 1250769137
        },
        {
            "start": 1250769138,
            "stop": 1250769980
        },
        {
            "start": 1250769983,
            "stop": 1250771026
        },
        {
            "start": 1250771029,
            "stop": 1250771770
        },
        {
            "start": 1250771772,
            "stop": 1250773377
        },
        {
            "start": 1250773380,
            "stop": 1250773863
        },
        {
            "start": 1250773865,
            "stop": 1250773889
        },
        {
            "start": 1250773890,
            "stop": 1250773899
        },
        {
            "start": 1250773901,
            "stop": 1250773917
        },
        {
            "start": 1250773920,
            "stop": 1250773930
        },
        {
            "start": 1250773932,
            "stop": 1250773934
        },
        {
            "start": 1250773937,
            "stop": 1250773938
        },
        {
            "start": 1250773940,
            "stop": 1250773956
        }
    ]
}