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=240
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=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=239",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 240,
    "results": [
        {
            "start": 827406640,
            "stop": 827406642
        },
        {
            "start": 827406644,
            "stop": 827406656
        },
        {
            "start": 827406659,
            "stop": 827406671
        },
        {
            "start": 827406675,
            "stop": 827406745
        },
        {
            "start": 827406749,
            "stop": 827406782
        },
        {
            "start": 827406786,
            "stop": 827406866
        },
        {
            "start": 827406878,
            "stop": 827406884
        },
        {
            "start": 827406886,
            "stop": 827406889
        },
        {
            "start": 827406891,
            "stop": 827406892
        },
        {
            "start": 827406893,
            "stop": 827406902
        },
        {
            "start": 827406904,
            "stop": 827407344
        },
        {
            "start": 827407345,
            "stop": 827407440
        },
        {
            "start": 827407442,
            "stop": 827407444
        },
        {
            "start": 827407449,
            "stop": 827407455
        },
        {
            "start": 827407460,
            "stop": 827407738
        },
        {
            "start": 827407739,
            "stop": 827407751
        },
        {
            "start": 827407757,
            "stop": 827407765
        },
        {
            "start": 827407771,
            "stop": 827407773
        },
        {
            "start": 827407777,
            "stop": 827407793
        },
        {
            "start": 827407795,
            "stop": 827407798
        }
    ]
}