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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=123",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 124,
    "results": [
        {
            "start": 1379042513,
            "stop": 1379049565
        },
        {
            "start": 1379049570,
            "stop": 1379049755
        },
        {
            "start": 1379049760,
            "stop": 1379052682
        },
        {
            "start": 1379052687,
            "stop": 1379053228
        },
        {
            "start": 1379053233,
            "stop": 1379079880
        },
        {
            "start": 1379089281,
            "stop": 1379089710
        },
        {
            "start": 1379089715,
            "stop": 1379089886
        },
        {
            "start": 1379089891,
            "stop": 1379090038
        },
        {
            "start": 1379090041,
            "stop": 1379091283
        },
        {
            "start": 1379091288,
            "stop": 1379095971
        },
        {
            "start": 1379095976,
            "stop": 1379098285
        },
        {
            "start": 1379098290,
            "stop": 1379104840
        },
        {
            "start": 1379104843,
            "stop": 1379112892
        },
        {
            "start": 1379112895,
            "stop": 1379121289
        },
        {
            "start": 1379121405,
            "stop": 1379128939
        },
        {
            "start": 1379128942,
            "stop": 1379129237
        },
        {
            "start": 1379138960,
            "stop": 1379140427
        },
        {
            "start": 1379140430,
            "stop": 1379147750
        },
        {
            "start": 1379147755,
            "stop": 1379150780
        },
        {
            "start": 1379194069,
            "stop": 1379195416
        }
    ]
}