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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=245",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 246,
    "results": [
        {
            "start": 1259383423,
            "stop": 1259383712
        },
        {
            "start": 1259383715,
            "stop": 1259384509
        },
        {
            "start": 1259384512,
            "stop": 1259385920
        },
        {
            "start": 1259385923,
            "stop": 1259386786
        },
        {
            "start": 1259386789,
            "stop": 1259387178
        },
        {
            "start": 1259387181,
            "stop": 1259387859
        },
        {
            "start": 1259387862,
            "stop": 1259388034
        },
        {
            "start": 1259388037,
            "stop": 1259388254
        },
        {
            "start": 1259388257,
            "stop": 1259388264
        },
        {
            "start": 1259388267,
            "stop": 1259389508
        },
        {
            "start": 1259389511,
            "stop": 1259389603
        },
        {
            "start": 1259389605,
            "stop": 1259390429
        },
        {
            "start": 1259390432,
            "stop": 1259391331
        },
        {
            "start": 1259391334,
            "stop": 1259391381
        },
        {
            "start": 1259391388,
            "stop": 1259391849
        },
        {
            "start": 1259391852,
            "stop": 1259392351
        },
        {
            "start": 1259392354,
            "stop": 1259392910
        },
        {
            "start": 1259392913,
            "stop": 1259393648
        },
        {
            "start": 1259393651,
            "stop": 1259393790
        },
        {
            "start": 1259393793,
            "stop": 1259393935
        }
    ]
}