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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1641",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1639",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1640,
    "results": [
        {
            "start": 1247819993,
            "stop": 1247819994
        },
        {
            "start": 1247819995,
            "stop": 1247819996
        },
        {
            "start": 1247819997,
            "stop": 1247819998
        },
        {
            "start": 1247820000,
            "stop": 1247820013
        },
        {
            "start": 1247820015,
            "stop": 1247820019
        },
        {
            "start": 1247820029,
            "stop": 1247820030
        },
        {
            "start": 1247820037,
            "stop": 1247820040
        },
        {
            "start": 1247820041,
            "stop": 1247820050
        },
        {
            "start": 1247820058,
            "stop": 1247820060
        },
        {
            "start": 1247820061,
            "stop": 1247820092
        },
        {
            "start": 1247820094,
            "stop": 1247820101
        },
        {
            "start": 1247820102,
            "stop": 1247821047
        },
        {
            "start": 1247821053,
            "stop": 1247821055
        },
        {
            "start": 1247821058,
            "stop": 1247821059
        },
        {
            "start": 1247821062,
            "stop": 1247821064
        },
        {
            "start": 1247821065,
            "stop": 1247821069
        },
        {
            "start": 1247821072,
            "stop": 1247821077
        },
        {
            "start": 1247821087,
            "stop": 1247821088
        },
        {
            "start": 1247821091,
            "stop": 1247821223
        },
        {
            "start": 1247821226,
            "stop": 1247821424
        }
    ]
}