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=373
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=374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=372",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 373,
    "results": [
        {
            "start": 825613158,
            "stop": 825615176
        },
        {
            "start": 825617321,
            "stop": 825617990
        },
        {
            "start": 825617997,
            "stop": 825618205
        },
        {
            "start": 825618212,
            "stop": 825618487
        },
        {
            "start": 825618494,
            "stop": 825625511
        },
        {
            "start": 825625518,
            "stop": 825627284
        },
        {
            "start": 825627291,
            "stop": 825628015
        },
        {
            "start": 825628023,
            "stop": 825630806
        },
        {
            "start": 825630813,
            "stop": 825632092
        },
        {
            "start": 825632099,
            "stop": 825633402
        },
        {
            "start": 825633409,
            "stop": 825633460
        },
        {
            "start": 825633467,
            "stop": 825636470
        },
        {
            "start": 825636610,
            "stop": 825637203
        },
        {
            "start": 825637211,
            "stop": 825640292
        },
        {
            "start": 825640300,
            "stop": 825640781
        },
        {
            "start": 825640788,
            "stop": 825641574
        },
        {
            "start": 825641581,
            "stop": 825642429
        },
        {
            "start": 825642436,
            "stop": 825644251
        },
        {
            "start": 825644265,
            "stop": 825645177
        },
        {
            "start": 825645205,
            "stop": 825646344
        }
    ]
}