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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=613",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=611",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 612,
    "results": [
        {
            "start": 1262946835,
            "stop": 1262947395
        },
        {
            "start": 1262947398,
            "stop": 1262947673
        },
        {
            "start": 1262947676,
            "stop": 1262947982
        },
        {
            "start": 1262947985,
            "stop": 1262948074
        },
        {
            "start": 1262948077,
            "stop": 1262948431
        },
        {
            "start": 1262948434,
            "stop": 1262948777
        },
        {
            "start": 1262948780,
            "stop": 1262949005
        },
        {
            "start": 1262949008,
            "stop": 1262949191
        },
        {
            "start": 1262949194,
            "stop": 1262949646
        },
        {
            "start": 1262949649,
            "stop": 1262949984
        },
        {
            "start": 1262949987,
            "stop": 1262950105
        },
        {
            "start": 1262950108,
            "stop": 1262950291
        },
        {
            "start": 1262950294,
            "stop": 1262950480
        },
        {
            "start": 1262950483,
            "stop": 1262950497
        },
        {
            "start": 1262950506,
            "stop": 1262950724
        },
        {
            "start": 1262950727,
            "stop": 1262950764
        },
        {
            "start": 1262950766,
            "stop": 1262951229
        },
        {
            "start": 1262951232,
            "stop": 1262951241
        },
        {
            "start": 1262951244,
            "stop": 1262951503
        },
        {
            "start": 1262951506,
            "stop": 1262951784
        }
    ]
}