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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=169",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 170,
    "results": [
        {
            "start": 932961245,
            "stop": 932961287
        },
        {
            "start": 932961323,
            "stop": 932961359
        },
        {
            "start": 932961393,
            "stop": 932961407
        },
        {
            "start": 932961466,
            "stop": 932961485
        },
        {
            "start": 932961551,
            "stop": 932961563
        },
        {
            "start": 932961610,
            "stop": 932961612
        },
        {
            "start": 932961631,
            "stop": 932961635
        },
        {
            "start": 932961654,
            "stop": 932961672
        },
        {
            "start": 932961704,
            "stop": 932961726
        },
        {
            "start": 932961762,
            "stop": 932961770
        },
        {
            "start": 932961796,
            "stop": 932961810
        },
        {
            "start": 932961829,
            "stop": 932961854
        },
        {
            "start": 932961912,
            "stop": 932961945
        },
        {
            "start": 932962012,
            "stop": 932962017
        },
        {
            "start": 932962036,
            "stop": 932962046
        },
        {
            "start": 932962072,
            "stop": 932962085
        },
        {
            "start": 932962104,
            "stop": 932962145
        },
        {
            "start": 932962164,
            "stop": 932962230
        },
        {
            "start": 932962249,
            "stop": 932962263
        },
        {
            "start": 932962296,
            "stop": 932962339
        }
    ]
}