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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9806",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9804",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9805,
    "results": [
        {
            "start": 873484727,
            "stop": 873485004
        },
        {
            "start": 873485031,
            "stop": 873485032
        },
        {
            "start": 873485160,
            "stop": 873485168
        },
        {
            "start": 873485185,
            "stop": 873485837
        },
        {
            "start": 873486078,
            "stop": 873487049
        },
        {
            "start": 873487066,
            "stop": 873487100
        },
        {
            "start": 873487220,
            "stop": 873487440
        },
        {
            "start": 873487560,
            "stop": 873488105
        },
        {
            "start": 873488122,
            "stop": 873488340
        },
        {
            "start": 873488400,
            "stop": 873488880
        },
        {
            "start": 873488940,
            "stop": 873489201
        },
        {
            "start": 873489220,
            "stop": 873489360
        },
        {
            "start": 873489767,
            "stop": 873489780
        },
        {
            "start": 873492354,
            "stop": 873492360
        },
        {
            "start": 873492420,
            "stop": 873492632
        },
        {
            "start": 873492953,
            "stop": 873493680
        },
        {
            "start": 873493800,
            "stop": 873494001
        },
        {
            "start": 873494018,
            "stop": 873494504
        },
        {
            "start": 873494521,
            "stop": 873494924
        },
        {
            "start": 873495105,
            "stop": 873495644
        }
    ]
}