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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=27",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 28,
    "results": [
        {
            "start": 1399901305,
            "stop": 1399901325
        },
        {
            "start": 1399901329,
            "stop": 1399901513
        },
        {
            "start": 1399901514,
            "stop": 1399901605
        },
        {
            "start": 1399901613,
            "stop": 1399901616
        },
        {
            "start": 1399901626,
            "stop": 1399901709
        },
        {
            "start": 1399901713,
            "stop": 1399901885
        },
        {
            "start": 1399901890,
            "stop": 1399902065
        },
        {
            "start": 1399902066,
            "stop": 1399904701
        },
        {
            "start": 1399904702,
            "stop": 1399904732
        },
        {
            "start": 1399904733,
            "stop": 1399904820
        },
        {
            "start": 1399904821,
            "stop": 1399904840
        },
        {
            "start": 1399904842,
            "stop": 1399904873
        },
        {
            "start": 1399904874,
            "stop": 1399904875
        },
        {
            "start": 1399904878,
            "stop": 1399904909
        },
        {
            "start": 1399904914,
            "stop": 1399904920
        },
        {
            "start": 1399904922,
            "stop": 1399905001
        },
        {
            "start": 1399905009,
            "stop": 1399905033
        },
        {
            "start": 1399905037,
            "stop": 1399905051
        },
        {
            "start": 1399905053,
            "stop": 1399905061
        },
        {
            "start": 1399905069,
            "stop": 1399905129
        }
    ]
}