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=297
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=298",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=296",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 297,
    "results": [
        {
            "start": 1240378815,
            "stop": 1240380085
        },
        {
            "start": 1240380088,
            "stop": 1240380184
        },
        {
            "start": 1240380185,
            "stop": 1240380357
        },
        {
            "start": 1240380358,
            "stop": 1240380399
        },
        {
            "start": 1240380400,
            "stop": 1240380632
        },
        {
            "start": 1240380633,
            "stop": 1240381026
        },
        {
            "start": 1240381029,
            "stop": 1240381575
        },
        {
            "start": 1240381576,
            "stop": 1240381617
        },
        {
            "start": 1240381620,
            "stop": 1240382479
        },
        {
            "start": 1240382480,
            "stop": 1240383028
        },
        {
            "start": 1240383029,
            "stop": 1240383446
        },
        {
            "start": 1240383447,
            "stop": 1240383985
        },
        {
            "start": 1240383988,
            "stop": 1240384751
        },
        {
            "start": 1240384752,
            "stop": 1240384925
        },
        {
            "start": 1240384928,
            "stop": 1240385333
        },
        {
            "start": 1240385336,
            "stop": 1240385501
        },
        {
            "start": 1240385502,
            "stop": 1240385623
        },
        {
            "start": 1240385625,
            "stop": 1240385690
        },
        {
            "start": 1240385693,
            "stop": 1240385784
        },
        {
            "start": 1240385787,
            "stop": 1240386267
        }
    ]
}