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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=154",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 155,
    "results": [
        {
            "start": 932851303,
            "stop": 932851397
        },
        {
            "start": 932851445,
            "stop": 932851476
        },
        {
            "start": 932851501,
            "stop": 932851544
        },
        {
            "start": 932851568,
            "stop": 932851583
        },
        {
            "start": 932851635,
            "stop": 932851655
        },
        {
            "start": 932851848,
            "stop": 932851863
        },
        {
            "start": 932851949,
            "stop": 932851951
        },
        {
            "start": 932851970,
            "stop": 932851972
        },
        {
            "start": 932852015,
            "stop": 932852016
        },
        {
            "start": 932852049,
            "stop": 932852057
        },
        {
            "start": 932852059,
            "stop": 932852073
        },
        {
            "start": 932852161,
            "stop": 932852298
        },
        {
            "start": 932852317,
            "stop": 932852454
        },
        {
            "start": 932852476,
            "stop": 932852771
        },
        {
            "start": 932852804,
            "stop": 932852850
        },
        {
            "start": 932852869,
            "stop": 932852974
        },
        {
            "start": 932852976,
            "stop": 932853264
        },
        {
            "start": 932853266,
            "stop": 932853383
        },
        {
            "start": 932853426,
            "stop": 932853519
        },
        {
            "start": 932853557,
            "stop": 932853889
        }
    ]
}