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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=334",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 335,
    "results": [
        {
            "start": 818829008,
            "stop": 818829011
        },
        {
            "start": 818829047,
            "stop": 818829060
        },
        {
            "start": 818829137,
            "stop": 818829148
        },
        {
            "start": 818829168,
            "stop": 818829180
        },
        {
            "start": 818829240,
            "stop": 818829243
        },
        {
            "start": 818829282,
            "stop": 818829299
        },
        {
            "start": 818829318,
            "stop": 818829325
        },
        {
            "start": 818829446,
            "stop": 818829456
        },
        {
            "start": 818829533,
            "stop": 818829541
        },
        {
            "start": 818829643,
            "stop": 818829658
        },
        {
            "start": 818829709,
            "stop": 818829738
        },
        {
            "start": 818829795,
            "stop": 818829817
        },
        {
            "start": 818829849,
            "stop": 818829874
        },
        {
            "start": 818829928,
            "stop": 818829932
        },
        {
            "start": 818830046,
            "stop": 818830085
        },
        {
            "start": 818830139,
            "stop": 818830140
        },
        {
            "start": 818830237,
            "stop": 818830258
        },
        {
            "start": 818830287,
            "stop": 818830297
        },
        {
            "start": 818830329,
            "stop": 818830333
        },
        {
            "start": 818830362,
            "stop": 818830373
        }
    ]
}