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=2284
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=2285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2283",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2284,
    "results": [
        {
            "start": 873796342,
            "stop": 873796444
        },
        {
            "start": 873796461,
            "stop": 873796484
        },
        {
            "start": 873796501,
            "stop": 873796698
        },
        {
            "start": 873796717,
            "stop": 873798045
        },
        {
            "start": 873798064,
            "stop": 873798116
        },
        {
            "start": 873798142,
            "stop": 873798148
        },
        {
            "start": 873798170,
            "stop": 873798171
        },
        {
            "start": 873798233,
            "stop": 873798281
        },
        {
            "start": 873798312,
            "stop": 873798329
        },
        {
            "start": 873798348,
            "stop": 873798356
        },
        {
            "start": 873798431,
            "stop": 873798436
        },
        {
            "start": 873798470,
            "stop": 873798474
        },
        {
            "start": 873798493,
            "stop": 873798606
        },
        {
            "start": 873798625,
            "stop": 873798691
        },
        {
            "start": 873798722,
            "stop": 873799167
        },
        {
            "start": 873799214,
            "stop": 873799743
        },
        {
            "start": 873799784,
            "stop": 873799790
        },
        {
            "start": 873799836,
            "stop": 873799850
        },
        {
            "start": 873799869,
            "stop": 873799913
        },
        {
            "start": 873799932,
            "stop": 873801329
        }
    ]
}