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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=12",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 13,
    "results": [
        {
            "start": 1397865879,
            "stop": 1397866287
        },
        {
            "start": 1397866288,
            "stop": 1397868041
        },
        {
            "start": 1397868042,
            "stop": 1397868863
        },
        {
            "start": 1397868864,
            "stop": 1397869113
        },
        {
            "start": 1397869114,
            "stop": 1397869459
        },
        {
            "start": 1397869460,
            "stop": 1397869562
        },
        {
            "start": 1397869563,
            "stop": 1397869581
        },
        {
            "start": 1397869582,
            "stop": 1397869777
        },
        {
            "start": 1397869779,
            "stop": 1397870168
        },
        {
            "start": 1397870169,
            "stop": 1397871109
        },
        {
            "start": 1397871111,
            "stop": 1397871165
        },
        {
            "start": 1397878579,
            "stop": 1397879090
        },
        {
            "start": 1397879091,
            "stop": 1397879383
        },
        {
            "start": 1397879386,
            "stop": 1397887220
        },
        {
            "start": 1397908446,
            "stop": 1397916131
        },
        {
            "start": 1397932797,
            "stop": 1397936061
        },
        {
            "start": 1397936065,
            "stop": 1397939463
        },
        {
            "start": 1397942565,
            "stop": 1398005967
        },
        {
            "start": 1398005968,
            "stop": 1398007821
        },
        {
            "start": 1398021808,
            "stop": 1398096058
        }
    ]
}