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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4750",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4748",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4749,
    "results": [
        {
            "start": 874519211,
            "stop": 874519220
        },
        {
            "start": 874519239,
            "stop": 874519250
        },
        {
            "start": 874519447,
            "stop": 874519467
        },
        {
            "start": 874519740,
            "stop": 874519746
        },
        {
            "start": 874519777,
            "stop": 874519795
        },
        {
            "start": 874520431,
            "stop": 874520448
        },
        {
            "start": 874520494,
            "stop": 874520556
        },
        {
            "start": 874520587,
            "stop": 874520594
        },
        {
            "start": 874520628,
            "stop": 874520640
        },
        {
            "start": 874520760,
            "stop": 874520764
        },
        {
            "start": 874521240,
            "stop": 874521280
        },
        {
            "start": 874521299,
            "stop": 874521300
        },
        {
            "start": 874521433,
            "stop": 874521453
        },
        {
            "start": 874521495,
            "stop": 874521511
        },
        {
            "start": 874521549,
            "stop": 874521555
        },
        {
            "start": 874521574,
            "stop": 874521579
        },
        {
            "start": 874521598,
            "stop": 874521600
        },
        {
            "start": 874521725,
            "stop": 874521731
        },
        {
            "start": 874521770,
            "stop": 874521782
        },
        {
            "start": 874521823,
            "stop": 874521865
        }
    ]
}