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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=264",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 265,
    "results": [
        {
            "start": 1259691589,
            "stop": 1259691684
        },
        {
            "start": 1259691685,
            "stop": 1259694173
        },
        {
            "start": 1259694176,
            "stop": 1259695230
        },
        {
            "start": 1259695233,
            "stop": 1259695543
        },
        {
            "start": 1259695546,
            "stop": 1259696509
        },
        {
            "start": 1259696512,
            "stop": 1259697752
        },
        {
            "start": 1259697755,
            "stop": 1259701171
        },
        {
            "start": 1259701174,
            "stop": 1259702105
        },
        {
            "start": 1259702108,
            "stop": 1259707343
        },
        {
            "start": 1259707346,
            "stop": 1259708505
        },
        {
            "start": 1259708508,
            "stop": 1259710945
        },
        {
            "start": 1259710948,
            "stop": 1259711619
        },
        {
            "start": 1259711621,
            "stop": 1259712973
        },
        {
            "start": 1259712976,
            "stop": 1259714348
        },
        {
            "start": 1259714351,
            "stop": 1259716388
        },
        {
            "start": 1259716391,
            "stop": 1259717391
        },
        {
            "start": 1259717392,
            "stop": 1259719025
        },
        {
            "start": 1259719028,
            "stop": 1259719796
        },
        {
            "start": 1259719799,
            "stop": 1259720144
        },
        {
            "start": 1259720147,
            "stop": 1259720403
        }
    ]
}