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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=483",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=481",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 482,
    "results": [
        {
            "start": 821791341,
            "stop": 821791343
        },
        {
            "start": 821791351,
            "stop": 821791356
        },
        {
            "start": 821791360,
            "stop": 821791365
        },
        {
            "start": 821791368,
            "stop": 821791389
        },
        {
            "start": 821791393,
            "stop": 821791401
        },
        {
            "start": 821791414,
            "stop": 821791422
        },
        {
            "start": 821791425,
            "stop": 821791428
        },
        {
            "start": 821791434,
            "stop": 821791441
        },
        {
            "start": 821791444,
            "stop": 821791447
        },
        {
            "start": 821791458,
            "stop": 821791478
        },
        {
            "start": 821791481,
            "stop": 821791496
        },
        {
            "start": 821791499,
            "stop": 821791502
        },
        {
            "start": 821791506,
            "stop": 821791516
        },
        {
            "start": 821791523,
            "stop": 821791532
        },
        {
            "start": 821791535,
            "stop": 821791543
        },
        {
            "start": 821791546,
            "stop": 821791552
        },
        {
            "start": 821791558,
            "stop": 821791573
        },
        {
            "start": 821791576,
            "stop": 821791583
        },
        {
            "start": 821791586,
            "stop": 821791596
        },
        {
            "start": 821791601,
            "stop": 821791606
        }
    ]
}