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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=247",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 248,
    "results": [
        {
            "start": 1259399114,
            "stop": 1259399470
        },
        {
            "start": 1259399473,
            "stop": 1259399491
        },
        {
            "start": 1259399494,
            "stop": 1259399535
        },
        {
            "start": 1259399538,
            "stop": 1259399560
        },
        {
            "start": 1259399563,
            "stop": 1259399720
        },
        {
            "start": 1259399726,
            "stop": 1259399918
        },
        {
            "start": 1259399921,
            "stop": 1259400051
        },
        {
            "start": 1259400057,
            "stop": 1259400164
        },
        {
            "start": 1259400170,
            "stop": 1259400283
        },
        {
            "start": 1259400286,
            "stop": 1259400395
        },
        {
            "start": 1259400398,
            "stop": 1259400487
        },
        {
            "start": 1259400490,
            "stop": 1259400723
        },
        {
            "start": 1259400726,
            "stop": 1259400786
        },
        {
            "start": 1259400789,
            "stop": 1259401163
        },
        {
            "start": 1259401166,
            "stop": 1259401326
        },
        {
            "start": 1259401329,
            "stop": 1259401374
        },
        {
            "start": 1259401377,
            "stop": 1259401381
        },
        {
            "start": 1259403124,
            "stop": 1259403757
        },
        {
            "start": 1259403760,
            "stop": 1259403998
        },
        {
            "start": 1259404001,
            "stop": 1259404182
        }
    ]
}