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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10065",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10063",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10064,
    "results": [
        {
            "start": 872996145,
            "stop": 872996174
        },
        {
            "start": 872996274,
            "stop": 872996294
        },
        {
            "start": 872996355,
            "stop": 872996363
        },
        {
            "start": 872996427,
            "stop": 872996573
        },
        {
            "start": 872996590,
            "stop": 872996818
        },
        {
            "start": 872996854,
            "stop": 872997116
        },
        {
            "start": 872997184,
            "stop": 872997197
        },
        {
            "start": 872997245,
            "stop": 872997258
        },
        {
            "start": 872997294,
            "stop": 872997304
        },
        {
            "start": 872997353,
            "stop": 872997359
        },
        {
            "start": 872997416,
            "stop": 872997420
        },
        {
            "start": 873002291,
            "stop": 873002310
        },
        {
            "start": 873002344,
            "stop": 873002449
        },
        {
            "start": 873002466,
            "stop": 873002511
        },
        {
            "start": 873002548,
            "stop": 873002711
        },
        {
            "start": 873002748,
            "stop": 873002751
        },
        {
            "start": 873002789,
            "stop": 873002810
        },
        {
            "start": 873002892,
            "stop": 873003015
        },
        {
            "start": 873003058,
            "stop": 873003074
        },
        {
            "start": 873003129,
            "stop": 873003264
        }
    ]
}