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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=185",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 186,
    "results": [
        {
            "start": 848334774,
            "stop": 848345012
        },
        {
            "start": 848345116,
            "stop": 848361654
        },
        {
            "start": 848362971,
            "stop": 848390660
        },
        {
            "start": 848391679,
            "stop": 848409080
        },
        {
            "start": 848422343,
            "stop": 848425560
        },
        {
            "start": 848426800,
            "stop": 848431013
        },
        {
            "start": 848433740,
            "stop": 848433946
        },
        {
            "start": 848434036,
            "stop": 848434309
        },
        {
            "start": 848435370,
            "stop": 848435750
        },
        {
            "start": 848436602,
            "stop": 848439177
        },
        {
            "start": 848441053,
            "stop": 848441072
        },
        {
            "start": 848441136,
            "stop": 848445491
        },
        {
            "start": 848445832,
            "stop": 848475311
        },
        {
            "start": 848476115,
            "stop": 848493672
        },
        {
            "start": 848497787,
            "stop": 848502439
        },
        {
            "start": 848502647,
            "stop": 848507968
        },
        {
            "start": 848508111,
            "stop": 848539190
        },
        {
            "start": 848539338,
            "stop": 848562566
        },
        {
            "start": 848563641,
            "stop": 848566049
        },
        {
            "start": 848566143,
            "stop": 848568742
        }
    ]
}