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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=151",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 152,
    "results": [
        {
            "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": 932852073
        },
        {
            "start": 932852161,
            "stop": 932852298
        },
        {
            "start": 932852317,
            "stop": 932852454
        },
        {
            "start": 932852476,
            "stop": 932852771
        },
        {
            "start": 932852804,
            "stop": 932852850
        },
        {
            "start": 932852869,
            "stop": 932853383
        },
        {
            "start": 932853426,
            "stop": 932853519
        },
        {
            "start": 932853557,
            "stop": 932853889
        },
        {
            "start": 932853987,
            "stop": 932853990
        },
        {
            "start": 932854043,
            "stop": 932854075
        },
        {
            "start": 932854105,
            "stop": 932854118
        },
        {
            "start": 932854137,
            "stop": 932854244
        }
    ]
}