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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9800",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9801,
    "results": [
        {
            "start": 873408428,
            "stop": 873408637
        },
        {
            "start": 873408654,
            "stop": 873410959
        },
        {
            "start": 873410977,
            "stop": 873411733
        },
        {
            "start": 873411737,
            "stop": 873412412
        },
        {
            "start": 873412532,
            "stop": 873413430
        },
        {
            "start": 873413730,
            "stop": 873413757
        },
        {
            "start": 873413877,
            "stop": 873413989
        },
        {
            "start": 873415858,
            "stop": 873415872
        },
        {
            "start": 873416172,
            "stop": 873417262
        },
        {
            "start": 873417279,
            "stop": 873417571
        },
        {
            "start": 873417691,
            "stop": 873418291
        },
        {
            "start": 873418411,
            "stop": 873418764
        },
        {
            "start": 873418781,
            "stop": 873419153
        },
        {
            "start": 873419156,
            "stop": 873419163
        },
        {
            "start": 873419167,
            "stop": 873419170
        },
        {
            "start": 873419173,
            "stop": 873419396
        },
        {
            "start": 873419406,
            "stop": 873419410
        },
        {
            "start": 873419417,
            "stop": 873419451
        },
        {
            "start": 873419571,
            "stop": 873419640
        },
        {
            "start": 873420240,
            "stop": 873421920
        }
    ]
}