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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=283",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 284,
    "results": [
        {
            "start": 857529448,
            "stop": 857530814
        },
        {
            "start": 857531234,
            "stop": 857536710
        },
        {
            "start": 857536830,
            "stop": 857544210
        },
        {
            "start": 857544635,
            "stop": 857548667
        },
        {
            "start": 857548685,
            "stop": 857551657
        },
        {
            "start": 857551957,
            "stop": 857559063
        },
        {
            "start": 857559363,
            "stop": 857574690
        },
        {
            "start": 857574750,
            "stop": 857581909
        },
        {
            "start": 857582356,
            "stop": 857582564
        },
        {
            "start": 857582864,
            "stop": 857591702
        },
        {
            "start": 857593865,
            "stop": 857596635
        },
        {
            "start": 857597961,
            "stop": 857608152
        },
        {
            "start": 857608689,
            "stop": 857616270
        },
        {
            "start": 857616390,
            "stop": 857632522
        },
        {
            "start": 857633884,
            "stop": 857635594
        },
        {
            "start": 857635616,
            "stop": 857636308
        },
        {
            "start": 857636327,
            "stop": 857636334
        },
        {
            "start": 857636444,
            "stop": 857636533
        },
        {
            "start": 857636833,
            "stop": 857636873
        },
        {
            "start": 857637225,
            "stop": 857639043
        }
    ]
}