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=354
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=355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=353",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 354,
    "results": [
        {
            "start": 863546801,
            "stop": 863547263
        },
        {
            "start": 863561792,
            "stop": 863562155
        },
        {
            "start": 863562173,
            "stop": 863564661
        },
        {
            "start": 863591372,
            "stop": 863599702
        },
        {
            "start": 863599723,
            "stop": 863635080
        },
        {
            "start": 863635161,
            "stop": 863635372
        },
        {
            "start": 863635672,
            "stop": 863636500
        },
        {
            "start": 863636729,
            "stop": 863637059
        },
        {
            "start": 863639399,
            "stop": 863640419
        },
        {
            "start": 863640441,
            "stop": 863640480
        },
        {
            "start": 863640540,
            "stop": 863640664
        },
        {
            "start": 863640682,
            "stop": 863643393
        },
        {
            "start": 863656674,
            "stop": 863666152
        },
        {
            "start": 863666170,
            "stop": 863667815
        },
        {
            "start": 863668115,
            "stop": 863668380
        },
        {
            "start": 863668801,
            "stop": 863669479
        },
        {
            "start": 863673357,
            "stop": 863683663
        },
        {
            "start": 863685001,
            "stop": 863713663
        },
        {
            "start": 863713966,
            "stop": 863715589
        },
        {
            "start": 863715889,
            "stop": 863718372
        }
    ]
}