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=438
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=439",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=437",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 438,
    "results": [
        {
            "start": 1261641038,
            "stop": 1261641173
        },
        {
            "start": 1261641176,
            "stop": 1261641178
        },
        {
            "start": 1261641181,
            "stop": 1261641187
        },
        {
            "start": 1261641190,
            "stop": 1261641191
        },
        {
            "start": 1261641194,
            "stop": 1261641326
        },
        {
            "start": 1261641329,
            "stop": 1261641416
        },
        {
            "start": 1261641419,
            "stop": 1261641421
        },
        {
            "start": 1261641424,
            "stop": 1261641509
        },
        {
            "start": 1261641512,
            "stop": 1261641751
        },
        {
            "start": 1261641754,
            "stop": 1261641851
        },
        {
            "start": 1261641854,
            "stop": 1261641855
        },
        {
            "start": 1261641858,
            "stop": 1261641859
        },
        {
            "start": 1261641862,
            "stop": 1261641905
        },
        {
            "start": 1261641908,
            "stop": 1261641910
        },
        {
            "start": 1261641913,
            "stop": 1261642085
        },
        {
            "start": 1261642088,
            "stop": 1261642202
        },
        {
            "start": 1261642205,
            "stop": 1261642207
        },
        {
            "start": 1261642210,
            "stop": 1261642324
        },
        {
            "start": 1261642327,
            "stop": 1261642427
        },
        {
            "start": 1261642430,
            "stop": 1261642431
        }
    ]
}