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=394
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=395",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=393",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 394,
    "results": [
        {
            "start": 1261041198,
            "stop": 1261041331
        },
        {
            "start": 1261041334,
            "stop": 1261043252
        },
        {
            "start": 1261043255,
            "stop": 1261043258
        },
        {
            "start": 1261043260,
            "stop": 1261043264
        },
        {
            "start": 1261043267,
            "stop": 1261043275
        },
        {
            "start": 1261043278,
            "stop": 1261043288
        },
        {
            "start": 1261043291,
            "stop": 1261043293
        },
        {
            "start": 1261043296,
            "stop": 1261043316
        },
        {
            "start": 1261043319,
            "stop": 1261043387
        },
        {
            "start": 1261043390,
            "stop": 1261043392
        },
        {
            "start": 1261043394,
            "stop": 1261043411
        },
        {
            "start": 1261043413,
            "stop": 1261043418
        },
        {
            "start": 1261043421,
            "stop": 1261043574
        },
        {
            "start": 1261043577,
            "stop": 1261043680
        },
        {
            "start": 1261043683,
            "stop": 1261044152
        },
        {
            "start": 1261044154,
            "stop": 1261044478
        },
        {
            "start": 1261044481,
            "stop": 1261046574
        },
        {
            "start": 1261046577,
            "stop": 1261047225
        },
        {
            "start": 1261047226,
            "stop": 1261047704
        },
        {
            "start": 1261047707,
            "stop": 1261047819
        }
    ]
}