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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5007",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5005",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5006,
    "results": [
        {
            "start": 872278935,
            "stop": 872279394
        },
        {
            "start": 872279429,
            "stop": 872279431
        },
        {
            "start": 872279438,
            "stop": 872279542
        },
        {
            "start": 872279576,
            "stop": 872279599
        },
        {
            "start": 872279634,
            "stop": 872279646
        },
        {
            "start": 872279653,
            "stop": 872279707
        },
        {
            "start": 872279715,
            "stop": 872280830
        },
        {
            "start": 872280837,
            "stop": 872280975
        },
        {
            "start": 872289672,
            "stop": 872289709
        },
        {
            "start": 872289727,
            "stop": 872289768
        },
        {
            "start": 872289786,
            "stop": 872289899
        },
        {
            "start": 872289917,
            "stop": 872290228
        },
        {
            "start": 872290244,
            "stop": 872290513
        },
        {
            "start": 872290530,
            "stop": 872290743
        },
        {
            "start": 872290761,
            "stop": 872291970
        },
        {
            "start": 872292036,
            "stop": 872293976
        },
        {
            "start": 872293993,
            "stop": 872293999
        },
        {
            "start": 872294035,
            "stop": 872295769
        },
        {
            "start": 872295806,
            "stop": 872296031
        },
        {
            "start": 872296121,
            "stop": 872296260
        }
    ]
}