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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=299",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 300,
    "results": [
        {
            "start": 1260259483,
            "stop": 1260260130
        },
        {
            "start": 1260260133,
            "stop": 1260260778
        },
        {
            "start": 1260260779,
            "stop": 1260261743
        },
        {
            "start": 1260261746,
            "stop": 1260263220
        },
        {
            "start": 1260263223,
            "stop": 1260263253
        },
        {
            "start": 1260263256,
            "stop": 1260263415
        },
        {
            "start": 1260263418,
            "stop": 1260263672
        },
        {
            "start": 1260263675,
            "stop": 1260263931
        },
        {
            "start": 1260263933,
            "stop": 1260264107
        },
        {
            "start": 1260264110,
            "stop": 1260264150
        },
        {
            "start": 1260264151,
            "stop": 1260264327
        },
        {
            "start": 1260264330,
            "stop": 1260264413
        },
        {
            "start": 1260264416,
            "stop": 1260264578
        },
        {
            "start": 1260264580,
            "stop": 1260264734
        },
        {
            "start": 1260264737,
            "stop": 1260265075
        },
        {
            "start": 1260265076,
            "stop": 1260265288
        },
        {
            "start": 1260265291,
            "stop": 1260265460
        },
        {
            "start": 1260265463,
            "stop": 1260265775
        },
        {
            "start": 1260265778,
            "stop": 1260266066
        },
        {
            "start": 1260266069,
            "stop": 1260266070
        }
    ]
}