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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=155",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 156,
    "results": [
        {
            "start": 931135419,
            "stop": 931135420
        },
        {
            "start": 931135422,
            "stop": 931135424
        },
        {
            "start": 931135425,
            "stop": 931135432
        },
        {
            "start": 931135433,
            "stop": 931135434
        },
        {
            "start": 931135435,
            "stop": 931135437
        },
        {
            "start": 931135439,
            "stop": 931135445
        },
        {
            "start": 931135447,
            "stop": 931135449
        },
        {
            "start": 931135450,
            "stop": 931135454
        },
        {
            "start": 931135459,
            "stop": 931135460
        },
        {
            "start": 931135461,
            "stop": 931135467
        },
        {
            "start": 931135468,
            "stop": 931135471
        },
        {
            "start": 931135472,
            "stop": 931135475
        },
        {
            "start": 931135481,
            "stop": 931135482
        },
        {
            "start": 931135486,
            "stop": 931135488
        },
        {
            "start": 931135490,
            "stop": 931135491
        },
        {
            "start": 931135492,
            "stop": 931135493
        },
        {
            "start": 931135494,
            "stop": 931135499
        },
        {
            "start": 931135500,
            "stop": 931135503
        },
        {
            "start": 931135504,
            "stop": 931135509
        },
        {
            "start": 931135510,
            "stop": 931135511
        }
    ]
}