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=1924
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=1925",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1923",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1924,
    "results": [
        {
            "start": 849153622,
            "stop": 849153661
        },
        {
            "start": 849153771,
            "stop": 849160354
        },
        {
            "start": 849160937,
            "stop": 849161798
        },
        {
            "start": 849162181,
            "stop": 849162209
        },
        {
            "start": 849162549,
            "stop": 849164436
        },
        {
            "start": 849165031,
            "stop": 849208739
        },
        {
            "start": 849208834,
            "stop": 849208910
        },
        {
            "start": 849208976,
            "stop": 849209052
        },
        {
            "start": 849209191,
            "stop": 849212752
        },
        {
            "start": 849214043,
            "stop": 849214770
        },
        {
            "start": 849216664,
            "stop": 849227806
        },
        {
            "start": 849227844,
            "stop": 849240440
        },
        {
            "start": 849240442,
            "stop": 849247951
        },
        {
            "start": 849249880,
            "stop": 849251521
        },
        {
            "start": 849251523,
            "stop": 849251610
        },
        {
            "start": 849251670,
            "stop": 849290337
        },
        {
            "start": 849290343,
            "stop": 849290367
        },
        {
            "start": 849290373,
            "stop": 849292460
        },
        {
            "start": 849292468,
            "stop": 849299833
        },
        {
            "start": 849306121,
            "stop": 849309509
        }
    ]
}