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=4620
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=4621",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4619",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4620,
    "results": [
        {
            "start": 969290738,
            "stop": 969290858
        },
        {
            "start": 969290918,
            "stop": 969291286
        },
        {
            "start": 969291289,
            "stop": 969291378
        },
        {
            "start": 969291382,
            "stop": 969291403
        },
        {
            "start": 969291406,
            "stop": 969291673
        },
        {
            "start": 969291676,
            "stop": 969292118
        },
        {
            "start": 969292178,
            "stop": 969292184
        },
        {
            "start": 969292190,
            "stop": 969292266
        },
        {
            "start": 969292269,
            "stop": 969292325
        },
        {
            "start": 969292328,
            "stop": 969292358
        },
        {
            "start": 969329654,
            "stop": 969330513
        },
        {
            "start": 969330516,
            "stop": 969332575
        },
        {
            "start": 969332929,
            "stop": 969335346
        },
        {
            "start": 969335349,
            "stop": 969339748
        },
        {
            "start": 969339752,
            "stop": 969341272
        },
        {
            "start": 969341275,
            "stop": 969341753
        },
        {
            "start": 969341756,
            "stop": 969344002
        },
        {
            "start": 969345262,
            "stop": 969345357
        },
        {
            "start": 969345360,
            "stop": 969346903
        },
        {
            "start": 969346920,
            "stop": 969347923
        }
    ]
}