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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=648",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=646",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 647,
    "results": [
        {
            "start": 829288320,
            "stop": 829288368
        },
        {
            "start": 829288372,
            "stop": 829288990
        },
        {
            "start": 829288993,
            "stop": 829290694
        },
        {
            "start": 829290697,
            "stop": 829290771
        },
        {
            "start": 829290774,
            "stop": 829290835
        },
        {
            "start": 829290838,
            "stop": 829290869
        },
        {
            "start": 829290875,
            "stop": 829290899
        },
        {
            "start": 829290915,
            "stop": 829290916
        },
        {
            "start": 829290922,
            "stop": 829290923
        },
        {
            "start": 829290931,
            "stop": 829290935
        },
        {
            "start": 829290961,
            "stop": 829290962
        },
        {
            "start": 829290968,
            "stop": 829290970
        },
        {
            "start": 829290976,
            "stop": 829291020
        },
        {
            "start": 829291080,
            "stop": 829291140
        },
        {
            "start": 829291200,
            "stop": 829292377
        },
        {
            "start": 829292380,
            "stop": 829292700
        },
        {
            "start": 829292760,
            "stop": 829293576
        },
        {
            "start": 829293579,
            "stop": 829294507
        },
        {
            "start": 829294510,
            "stop": 829294535
        },
        {
            "start": 829294538,
            "stop": 829295342
        }
    ]
}