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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=308",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 309,
    "results": [
        {
            "start": 859552232,
            "stop": 859555097
        },
        {
            "start": 859555136,
            "stop": 859560309
        },
        {
            "start": 859560361,
            "stop": 859564224
        },
        {
            "start": 859564245,
            "stop": 859567433
        },
        {
            "start": 859567453,
            "stop": 859568132
        },
        {
            "start": 859568198,
            "stop": 859568219
        },
        {
            "start": 859568241,
            "stop": 859573849
        },
        {
            "start": 859573868,
            "stop": 859574599
        },
        {
            "start": 859574621,
            "stop": 859574644
        },
        {
            "start": 859574678,
            "stop": 859575730
        },
        {
            "start": 859577739,
            "stop": 859591363
        },
        {
            "start": 859591473,
            "stop": 859591554
        },
        {
            "start": 859592359,
            "stop": 859599947
        },
        {
            "start": 859599988,
            "stop": 859607188
        },
        {
            "start": 859608490,
            "stop": 859647622
        },
        {
            "start": 859662073,
            "stop": 859662351
        },
        {
            "start": 859662939,
            "stop": 859664105
        },
        {
            "start": 859664116,
            "stop": 859664347
        },
        {
            "start": 859664366,
            "stop": 859665924
        },
        {
            "start": 859665946,
            "stop": 859677467
        }
    ]
}