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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=83",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 84,
    "results": [
        {
            "start": 819174901,
            "stop": 819175427
        },
        {
            "start": 819175441,
            "stop": 819175679
        },
        {
            "start": 819175693,
            "stop": 819175961
        },
        {
            "start": 819175968,
            "stop": 819175986
        },
        {
            "start": 819176006,
            "stop": 819176710
        },
        {
            "start": 819176717,
            "stop": 819176732
        },
        {
            "start": 819176740,
            "stop": 819176996
        },
        {
            "start": 819177003,
            "stop": 819177661
        },
        {
            "start": 819177669,
            "stop": 819177682
        },
        {
            "start": 819177689,
            "stop": 819177722
        },
        {
            "start": 819177730,
            "stop": 819178081
        },
        {
            "start": 819178088,
            "stop": 819178112
        },
        {
            "start": 819178126,
            "stop": 819178638
        },
        {
            "start": 819178646,
            "stop": 819179260
        },
        {
            "start": 819179267,
            "stop": 819179429
        },
        {
            "start": 819179437,
            "stop": 819180156
        },
        {
            "start": 819180163,
            "stop": 819180357
        },
        {
            "start": 819180372,
            "stop": 819180702
        },
        {
            "start": 819180709,
            "stop": 819180764
        },
        {
            "start": 819180771,
            "stop": 819181402
        }
    ]
}