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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=161",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 162,
    "results": [
        {
            "start": 932451717,
            "stop": 932452395
        },
        {
            "start": 932452397,
            "stop": 932452410
        },
        {
            "start": 932452412,
            "stop": 932452425
        },
        {
            "start": 932452427,
            "stop": 932452440
        },
        {
            "start": 932452442,
            "stop": 932452485
        },
        {
            "start": 932452487,
            "stop": 932452818
        },
        {
            "start": 932452821,
            "stop": 932453599
        },
        {
            "start": 932453604,
            "stop": 932454015
        },
        {
            "start": 932454375,
            "stop": 932454415
        },
        {
            "start": 932454420,
            "stop": 932454734
        },
        {
            "start": 932454739,
            "stop": 932454850
        },
        {
            "start": 932454853,
            "stop": 932454953
        },
        {
            "start": 932454958,
            "stop": 932454999
        },
        {
            "start": 932455004,
            "stop": 932455050
        },
        {
            "start": 932455055,
            "stop": 932455325
        },
        {
            "start": 932455327,
            "stop": 932455500
        },
        {
            "start": 932455505,
            "stop": 932455582
        },
        {
            "start": 932455587,
            "stop": 932455696
        },
        {
            "start": 932455701,
            "stop": 932455831
        },
        {
            "start": 932455836,
            "stop": 932456018
        }
    ]
}