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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=420",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=418",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 419,
    "results": [
        {
            "start": 827101870,
            "stop": 827101910
        },
        {
            "start": 827102110,
            "stop": 827102316
        },
        {
            "start": 827102323,
            "stop": 827102490
        },
        {
            "start": 827102497,
            "stop": 827102570
        },
        {
            "start": 827102650,
            "stop": 827103546
        },
        {
            "start": 827103554,
            "stop": 827104790
        },
        {
            "start": 827104959,
            "stop": 827105330
        },
        {
            "start": 827105410,
            "stop": 827105556
        },
        {
            "start": 827105563,
            "stop": 827105810
        },
        {
            "start": 827105890,
            "stop": 827106050
        },
        {
            "start": 827106130,
            "stop": 827107310
        },
        {
            "start": 827107450,
            "stop": 827108377
        },
        {
            "start": 827108384,
            "stop": 827108570
        },
        {
            "start": 827108770,
            "stop": 827110250
        },
        {
            "start": 827110390,
            "stop": 827110503
        },
        {
            "start": 827110510,
            "stop": 827110524
        },
        {
            "start": 827110532,
            "stop": 827110541
        },
        {
            "start": 827110549,
            "stop": 827112306
        },
        {
            "start": 827112313,
            "stop": 827112382
        },
        {
            "start": 827112389,
            "stop": 827112530
        }
    ]
}