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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=418",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=416",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 417,
    "results": [
        {
            "start": 847796356,
            "stop": 847796368
        },
        {
            "start": 847796370,
            "stop": 847796387
        },
        {
            "start": 847796388,
            "stop": 847796408
        },
        {
            "start": 847796409,
            "stop": 847796433
        },
        {
            "start": 847796435,
            "stop": 847796438
        },
        {
            "start": 847796441,
            "stop": 847796481
        },
        {
            "start": 847796483,
            "stop": 847796523
        },
        {
            "start": 847796526,
            "stop": 847796535
        },
        {
            "start": 847796536,
            "stop": 847796563
        },
        {
            "start": 847796564,
            "stop": 847796566
        },
        {
            "start": 847796567,
            "stop": 847796578
        },
        {
            "start": 847796579,
            "stop": 847796620
        },
        {
            "start": 847796622,
            "stop": 847796642
        },
        {
            "start": 847796643,
            "stop": 847796646
        },
        {
            "start": 847796647,
            "stop": 847796663
        },
        {
            "start": 847796664,
            "stop": 847796685
        },
        {
            "start": 847796686,
            "stop": 847796706
        },
        {
            "start": 847796708,
            "stop": 847796727
        },
        {
            "start": 847796728,
            "stop": 847796748
        },
        {
            "start": 847796749,
            "stop": 847796773
        }
    ]
}