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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=302",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 303,
    "results": [
        {
            "start": 935171495,
            "stop": 935172015
        },
        {
            "start": 935172255,
            "stop": 935173286
        },
        {
            "start": 935173346,
            "stop": 935173713
        },
        {
            "start": 935173715,
            "stop": 935175543
        },
        {
            "start": 935175549,
            "stop": 935175615
        },
        {
            "start": 935175855,
            "stop": 935175933
        },
        {
            "start": 935175938,
            "stop": 935176008
        },
        {
            "start": 935176010,
            "stop": 935176011
        },
        {
            "start": 935176014,
            "stop": 935176023
        },
        {
            "start": 935176025,
            "stop": 935177013
        },
        {
            "start": 935177015,
            "stop": 935177249
        },
        {
            "start": 935179081,
            "stop": 935179215
        },
        {
            "start": 935179455,
            "stop": 935179699
        },
        {
            "start": 935179701,
            "stop": 935180689
        },
        {
            "start": 935180691,
            "stop": 935180704
        },
        {
            "start": 935180707,
            "stop": 935180792
        },
        {
            "start": 935180811,
            "stop": 935180828
        },
        {
            "start": 935180859,
            "stop": 935180914
        },
        {
            "start": 935180916,
            "stop": 935181686
        },
        {
            "start": 935181746,
            "stop": 935182504
        }
    ]
}