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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=15",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 16,
    "results": [
        {
            "start": 1404129791,
            "stop": 1404129793
        },
        {
            "start": 1404129795,
            "stop": 1404129819
        },
        {
            "start": 1404129821,
            "stop": 1404129847
        },
        {
            "start": 1404129849,
            "stop": 1404129864
        },
        {
            "start": 1404129866,
            "stop": 1404129870
        },
        {
            "start": 1404129872,
            "stop": 1404129887
        },
        {
            "start": 1404129889,
            "stop": 1404129919
        },
        {
            "start": 1404129921,
            "stop": 1404129928
        },
        {
            "start": 1404129929,
            "stop": 1404129958
        },
        {
            "start": 1404129960,
            "stop": 1404130002
        },
        {
            "start": 1404130017,
            "stop": 1404130031
        },
        {
            "start": 1404130033,
            "stop": 1404130079
        },
        {
            "start": 1404130081,
            "stop": 1404130173
        },
        {
            "start": 1404130174,
            "stop": 1404130215
        },
        {
            "start": 1404130216,
            "stop": 1404130238
        },
        {
            "start": 1404130240,
            "stop": 1404130288
        },
        {
            "start": 1404130289,
            "stop": 1404130300
        },
        {
            "start": 1404130312,
            "stop": 1404130495
        },
        {
            "start": 1404130497,
            "stop": 1404130669
        },
        {
            "start": 1404130671,
            "stop": 1404130673
        }
    ]
}