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=495
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=496",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=494",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 495,
    "results": [
        {
            "start": 822821681,
            "stop": 822827929
        },
        {
            "start": 822828249,
            "stop": 822828258
        },
        {
            "start": 822828259,
            "stop": 822828344
        },
        {
            "start": 822828354,
            "stop": 822828367
        },
        {
            "start": 822845413,
            "stop": 822845491
        },
        {
            "start": 822845492,
            "stop": 822845514
        },
        {
            "start": 822845523,
            "stop": 822845590
        },
        {
            "start": 822845591,
            "stop": 822845791
        },
        {
            "start": 822845794,
            "stop": 822845874
        },
        {
            "start": 822845875,
            "stop": 822845890
        },
        {
            "start": 822845905,
            "stop": 822845919
        },
        {
            "start": 822845921,
            "stop": 822846585
        },
        {
            "start": 822846587,
            "stop": 822846603
        },
        {
            "start": 822846607,
            "stop": 822846812
        },
        {
            "start": 822846814,
            "stop": 822846892
        },
        {
            "start": 822846894,
            "stop": 822847076
        },
        {
            "start": 822847082,
            "stop": 822847097
        },
        {
            "start": 822847098,
            "stop": 822847788
        },
        {
            "start": 822847789,
            "stop": 822850391
        },
        {
            "start": 822850392,
            "stop": 822850813
        }
    ]
}