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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2384",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2385,
    "results": [
        {
            "start": 872978760,
            "stop": 872979305
        },
        {
            "start": 872979322,
            "stop": 872979516
        },
        {
            "start": 872980782,
            "stop": 872981750
        },
        {
            "start": 872981890,
            "stop": 872986789
        },
        {
            "start": 872986813,
            "stop": 872987093
        },
        {
            "start": 872987112,
            "stop": 872987510
        },
        {
            "start": 872987650,
            "stop": 872987789
        },
        {
            "start": 872987806,
            "stop": 872988021
        },
        {
            "start": 872988043,
            "stop": 872988047
        },
        {
            "start": 872988077,
            "stop": 872988080
        },
        {
            "start": 872988097,
            "stop": 872988197
        },
        {
            "start": 872988214,
            "stop": 872988304
        },
        {
            "start": 872988334,
            "stop": 872988524
        },
        {
            "start": 872988541,
            "stop": 872988838
        },
        {
            "start": 872988855,
            "stop": 872988881
        },
        {
            "start": 872988898,
            "stop": 872988914
        },
        {
            "start": 872988931,
            "stop": 872989261
        },
        {
            "start": 872989278,
            "stop": 872989401
        },
        {
            "start": 872989418,
            "stop": 872990433
        },
        {
            "start": 872990450,
            "stop": 872992111
        }
    ]
}