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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=188",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 189,
    "results": [
        {
            "start": 826952024,
            "stop": 826952026
        },
        {
            "start": 826952034,
            "stop": 826952036
        },
        {
            "start": 826952038,
            "stop": 826952055
        },
        {
            "start": 826952059,
            "stop": 826952089
        },
        {
            "start": 826952095,
            "stop": 826952239
        },
        {
            "start": 826952242,
            "stop": 826952247
        },
        {
            "start": 826952249,
            "stop": 826952274
        },
        {
            "start": 826952277,
            "stop": 826954173
        },
        {
            "start": 826954175,
            "stop": 826954181
        },
        {
            "start": 826954187,
            "stop": 826954192
        },
        {
            "start": 826954194,
            "stop": 826954195
        },
        {
            "start": 826954199,
            "stop": 826954206
        },
        {
            "start": 826954209,
            "stop": 826954210
        },
        {
            "start": 826954212,
            "stop": 826954213
        },
        {
            "start": 826954215,
            "stop": 826954518
        },
        {
            "start": 826954520,
            "stop": 826954521
        },
        {
            "start": 826954523,
            "stop": 826954524
        },
        {
            "start": 826954529,
            "stop": 826954569
        },
        {
            "start": 826954571,
            "stop": 826954574
        },
        {
            "start": 826954576,
            "stop": 826954681
        }
    ]
}