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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5046",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5044",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5045,
    "results": [
        {
            "start": 872709350,
            "stop": 872709372
        },
        {
            "start": 872709389,
            "stop": 872709411
        },
        {
            "start": 872718316,
            "stop": 872718413
        },
        {
            "start": 872718430,
            "stop": 872718463
        },
        {
            "start": 872718497,
            "stop": 872718710
        },
        {
            "start": 872718840,
            "stop": 872718857
        },
        {
            "start": 872718874,
            "stop": 872718958
        },
        {
            "start": 872718975,
            "stop": 872719025
        },
        {
            "start": 872719042,
            "stop": 872719242
        },
        {
            "start": 872719259,
            "stop": 872720529
        },
        {
            "start": 872720729,
            "stop": 872721008
        },
        {
            "start": 872721264,
            "stop": 872721659
        },
        {
            "start": 872721677,
            "stop": 872722140
        },
        {
            "start": 872722406,
            "stop": 872722762
        },
        {
            "start": 872722928,
            "stop": 872722994
        },
        {
            "start": 872723152,
            "stop": 872724220
        },
        {
            "start": 872724227,
            "stop": 872724371
        },
        {
            "start": 872724388,
            "stop": 872725320
        },
        {
            "start": 872725338,
            "stop": 872725724
        },
        {
            "start": 872725731,
            "stop": 872725740
        }
    ]
}