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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=198",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 199,
    "results": [
        {
            "start": 847371861,
            "stop": 847371862
        },
        {
            "start": 847371864,
            "stop": 847371926
        },
        {
            "start": 847371929,
            "stop": 847377909
        },
        {
            "start": 847377911,
            "stop": 847378655
        },
        {
            "start": 847378656,
            "stop": 847378657
        },
        {
            "start": 847378658,
            "stop": 847384202
        },
        {
            "start": 847384204,
            "stop": 847384683
        },
        {
            "start": 847394872,
            "stop": 847402669
        },
        {
            "start": 847404803,
            "stop": 847417126
        },
        {
            "start": 847425651,
            "stop": 847433264
        },
        {
            "start": 847473286,
            "stop": 847474384
        },
        {
            "start": 847474993,
            "stop": 847479558
        },
        {
            "start": 847479559,
            "stop": 847479574
        },
        {
            "start": 847479576,
            "stop": 847479604
        },
        {
            "start": 847479606,
            "stop": 847480298
        },
        {
            "start": 847480299,
            "stop": 847483376
        },
        {
            "start": 847483471,
            "stop": 847492902
        },
        {
            "start": 847492947,
            "stop": 847493497
        },
        {
            "start": 847493498,
            "stop": 847493535
        },
        {
            "start": 847493537,
            "stop": 847518884
        }
    ]
}