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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=392",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=390",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 391,
    "results": [
        {
            "start": 935201016,
            "stop": 935201019
        },
        {
            "start": 935201022,
            "stop": 935201036
        },
        {
            "start": 935201039,
            "stop": 935204536
        },
        {
            "start": 935204539,
            "stop": 935204556
        },
        {
            "start": 935204561,
            "stop": 935204565
        },
        {
            "start": 935204567,
            "stop": 935204583
        },
        {
            "start": 935204586,
            "stop": 935204592
        },
        {
            "start": 935204595,
            "stop": 935204612
        },
        {
            "start": 935204614,
            "stop": 935204618
        },
        {
            "start": 935204621,
            "stop": 935204635
        },
        {
            "start": 935204639,
            "stop": 935208159
        },
        {
            "start": 935208161,
            "stop": 935208165
        },
        {
            "start": 935208168,
            "stop": 935208185
        },
        {
            "start": 935208187,
            "stop": 935208213
        },
        {
            "start": 935208215,
            "stop": 935208219
        },
        {
            "start": 935208221,
            "stop": 935208236
        },
        {
            "start": 935208240,
            "stop": 935209419
        },
        {
            "start": 935209422,
            "stop": 935210231
        },
        {
            "start": 935212593,
            "stop": 935214364
        },
        {
            "start": 935215876,
            "stop": 935218960
        }
    ]
}