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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=303",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 304,
    "results": [
        {
            "start": 935475254,
            "stop": 935475997
        },
        {
            "start": 935478488,
            "stop": 935478673
        },
        {
            "start": 935478675,
            "stop": 935478678
        },
        {
            "start": 935478681,
            "stop": 935481043
        },
        {
            "start": 935481045,
            "stop": 935481418
        },
        {
            "start": 935481420,
            "stop": 935481615
        },
        {
            "start": 935481855,
            "stop": 935481929
        },
        {
            "start": 935481932,
            "stop": 935482813
        },
        {
            "start": 935482815,
            "stop": 935482828
        },
        {
            "start": 935482830,
            "stop": 935483100
        },
        {
            "start": 935483103,
            "stop": 935483458
        },
        {
            "start": 935483462,
            "stop": 935483940
        },
        {
            "start": 935483944,
            "stop": 935485215
        },
        {
            "start": 935485455,
            "stop": 935486324
        },
        {
            "start": 935486326,
            "stop": 935486803
        },
        {
            "start": 935486805,
            "stop": 935487088
        },
        {
            "start": 935487090,
            "stop": 935487418
        },
        {
            "start": 935487421,
            "stop": 935488213
        },
        {
            "start": 935488216,
            "stop": 935488814
        },
        {
            "start": 935489055,
            "stop": 935490644
        }
    ]
}