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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=250",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 251,
    "results": [
        {
            "start": 1259446412,
            "stop": 1259446613
        },
        {
            "start": 1259446616,
            "stop": 1259447287
        },
        {
            "start": 1259447290,
            "stop": 1259447655
        },
        {
            "start": 1259447658,
            "stop": 1259448146
        },
        {
            "start": 1259448149,
            "stop": 1259449316
        },
        {
            "start": 1259449317,
            "stop": 1259449465
        },
        {
            "start": 1259449468,
            "stop": 1259451757
        },
        {
            "start": 1259451760,
            "stop": 1259454671
        },
        {
            "start": 1259454673,
            "stop": 1259456174
        },
        {
            "start": 1259456177,
            "stop": 1259465348
        },
        {
            "start": 1259465604,
            "stop": 1259468518
        },
        {
            "start": 1259468521,
            "stop": 1259469824
        },
        {
            "start": 1259479311,
            "stop": 1259480723
        },
        {
            "start": 1259480731,
            "stop": 1259485060
        },
        {
            "start": 1259485063,
            "stop": 1259491369
        },
        {
            "start": 1259491372,
            "stop": 1259491578
        },
        {
            "start": 1259491588,
            "stop": 1259493756
        },
        {
            "start": 1259493763,
            "stop": 1259493956
        },
        {
            "start": 1259493964,
            "stop": 1259496879
        },
        {
            "start": 1259496882,
            "stop": 1259498936
        }
    ]
}