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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2322",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2323,
    "results": [
        {
            "start": 874293192,
            "stop": 874293329
        },
        {
            "start": 874293387,
            "stop": 874293506
        },
        {
            "start": 874293574,
            "stop": 874293578
        },
        {
            "start": 874293622,
            "stop": 874293631
        },
        {
            "start": 874293676,
            "stop": 874293682
        },
        {
            "start": 874293701,
            "stop": 874293746
        },
        {
            "start": 874293766,
            "stop": 874293836
        },
        {
            "start": 874293866,
            "stop": 874293870
        },
        {
            "start": 874293891,
            "stop": 874293998
        },
        {
            "start": 874294097,
            "stop": 874294098
        },
        {
            "start": 874294117,
            "stop": 874294119
        },
        {
            "start": 874294143,
            "stop": 874294178
        },
        {
            "start": 874294197,
            "stop": 874294211
        },
        {
            "start": 874294249,
            "stop": 874294292
        },
        {
            "start": 874294350,
            "stop": 874294361
        },
        {
            "start": 874294380,
            "stop": 874294426
        },
        {
            "start": 874294447,
            "stop": 874294922
        },
        {
            "start": 874294941,
            "stop": 874295065
        },
        {
            "start": 874295133,
            "stop": 874295140
        },
        {
            "start": 874295183,
            "stop": 874296178
        }
    ]
}