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=1840
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=1841",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1839",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1840,
    "results": [
        {
            "start": 843867445,
            "stop": 843867452
        },
        {
            "start": 843867455,
            "stop": 843867458
        },
        {
            "start": 843867464,
            "stop": 843867466
        },
        {
            "start": 843867469,
            "stop": 843867470
        },
        {
            "start": 843867473,
            "stop": 843867482
        },
        {
            "start": 843867485,
            "stop": 843867488
        },
        {
            "start": 843867491,
            "stop": 843867494
        },
        {
            "start": 843867496,
            "stop": 843867501
        },
        {
            "start": 843867503,
            "stop": 843867510
        },
        {
            "start": 843867516,
            "stop": 843867521
        },
        {
            "start": 843867523,
            "stop": 843867524
        },
        {
            "start": 843867528,
            "stop": 843867534
        },
        {
            "start": 843867545,
            "stop": 843867547
        },
        {
            "start": 843867551,
            "stop": 843867552
        },
        {
            "start": 843867557,
            "stop": 843867562
        },
        {
            "start": 843867564,
            "stop": 843867565
        },
        {
            "start": 843867569,
            "stop": 843867582
        },
        {
            "start": 843867585,
            "stop": 843867586
        },
        {
            "start": 843867589,
            "stop": 843867600
        },
        {
            "start": 843867602,
            "stop": 843867625
        }
    ]
}