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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=241",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 242,
    "results": [
        {
            "start": 820872000,
            "stop": 820872079
        },
        {
            "start": 820872086,
            "stop": 820872120
        },
        {
            "start": 820872180,
            "stop": 820872480
        },
        {
            "start": 820872610,
            "stop": 820873213
        },
        {
            "start": 820873214,
            "stop": 820873216
        },
        {
            "start": 820876092,
            "stop": 820876273
        },
        {
            "start": 820876356,
            "stop": 820876362
        },
        {
            "start": 820876732,
            "stop": 820876790
        },
        {
            "start": 820876907,
            "stop": 820876940
        },
        {
            "start": 820876948,
            "stop": 820877080
        },
        {
            "start": 820877088,
            "stop": 820877233
        },
        {
            "start": 820877425,
            "stop": 820877791
        },
        {
            "start": 820877798,
            "stop": 820877810
        },
        {
            "start": 820877890,
            "stop": 820878060
        },
        {
            "start": 820878190,
            "stop": 820878240
        },
        {
            "start": 820878300,
            "stop": 820878363
        },
        {
            "start": 820878370,
            "stop": 820878959
        },
        {
            "start": 820878966,
            "stop": 820879033
        },
        {
            "start": 820890881,
            "stop": 820891273
        },
        {
            "start": 820891561,
            "stop": 820891830
        }
    ]
}