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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=73",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 74,
    "results": [
        {
            "start": 1409493992,
            "stop": 1409495110
        },
        {
            "start": 1409495115,
            "stop": 1409496107
        },
        {
            "start": 1409496342,
            "stop": 1409497335
        },
        {
            "start": 1409497340,
            "stop": 1409498677
        },
        {
            "start": 1409513199,
            "stop": 1409519387
        },
        {
            "start": 1409519392,
            "stop": 1409526618
        },
        {
            "start": 1409526623,
            "stop": 1409530954
        },
        {
            "start": 1409531393,
            "stop": 1409534190
        },
        {
            "start": 1409534195,
            "stop": 1409535030
        },
        {
            "start": 1409535035,
            "stop": 1409536407
        },
        {
            "start": 1409536412,
            "stop": 1409536700
        },
        {
            "start": 1409536705,
            "stop": 1409537079
        },
        {
            "start": 1409537084,
            "stop": 1409541846
        },
        {
            "start": 1409548347,
            "stop": 1409555886
        },
        {
            "start": 1409555891,
            "stop": 1409556217
        },
        {
            "start": 1409556222,
            "stop": 1409560218
        },
        {
            "start": 1409560222,
            "stop": 1409567195
        },
        {
            "start": 1409567200,
            "stop": 1409573488
        },
        {
            "start": 1409573493,
            "stop": 1409574407
        },
        {
            "start": 1409574412,
            "stop": 1409575344
        }
    ]
}