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/S6/timelines/H1_BURST_CAT2/segments?format=api&page=326
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=325",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 326,
    "results": [
        {
            "start": 934007497,
            "stop": 934007504
        },
        {
            "start": 934007506,
            "stop": 934007520
        },
        {
            "start": 934007522,
            "stop": 934007547
        },
        {
            "start": 934007549,
            "stop": 934007552
        },
        {
            "start": 934007555,
            "stop": 934007569
        },
        {
            "start": 934007573,
            "stop": 934011092
        },
        {
            "start": 934011094,
            "stop": 934011101
        },
        {
            "start": 934011104,
            "stop": 934011117
        },
        {
            "start": 934011119,
            "stop": 934011121
        },
        {
            "start": 934011123,
            "stop": 934011146
        },
        {
            "start": 934011149,
            "stop": 934011153
        },
        {
            "start": 934011155,
            "stop": 934011170
        },
        {
            "start": 934011174,
            "stop": 934011340
        },
        {
            "start": 934012338,
            "stop": 934012829
        },
        {
            "start": 934015221,
            "stop": 934018290
        },
        {
            "start": 934018293,
            "stop": 934018322
        },
        {
            "start": 934018324,
            "stop": 934018329
        },
        {
            "start": 934018331,
            "stop": 934018347
        },
        {
            "start": 934018350,
            "stop": 934018354
        },
        {
            "start": 934018356,
            "stop": 934018370
        }
    ]
}