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=2365
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=2366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2364",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2365,
    "results": [
        {
            "start": 872365475,
            "stop": 872365565
        },
        {
            "start": 872365574,
            "stop": 872365921
        },
        {
            "start": 872366523,
            "stop": 872367284
        },
        {
            "start": 872368570,
            "stop": 872369585
        },
        {
            "start": 872369602,
            "stop": 872369810
        },
        {
            "start": 872369890,
            "stop": 872370710
        },
        {
            "start": 872370790,
            "stop": 872371910
        },
        {
            "start": 872371990,
            "stop": 872372090
        },
        {
            "start": 872372170,
            "stop": 872373154
        },
        {
            "start": 872375124,
            "stop": 872375208
        },
        {
            "start": 872375508,
            "stop": 872379710
        },
        {
            "start": 872379850,
            "stop": 872380203
        },
        {
            "start": 872380220,
            "stop": 872380796
        },
        {
            "start": 872380813,
            "stop": 872380910
        },
        {
            "start": 872380927,
            "stop": 872380969
        },
        {
            "start": 872380986,
            "stop": 872381482
        },
        {
            "start": 872381499,
            "stop": 872381544
        },
        {
            "start": 872381561,
            "stop": 872384562
        },
        {
            "start": 872384650,
            "stop": 872388291
        },
        {
            "start": 872388308,
            "stop": 872390324
        }
    ]
}