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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=470",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=468",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 469,
    "results": [
        {
            "start": 825991020,
            "stop": 825991029
        },
        {
            "start": 825991051,
            "stop": 825991598
        },
        {
            "start": 825992014,
            "stop": 825992196
        },
        {
            "start": 825992213,
            "stop": 825992726
        },
        {
            "start": 825992729,
            "stop": 825992858
        },
        {
            "start": 825992862,
            "stop": 825993122
        },
        {
            "start": 825993125,
            "stop": 825993669
        },
        {
            "start": 825993672,
            "stop": 825994934
        },
        {
            "start": 825994937,
            "stop": 825996556
        },
        {
            "start": 825996559,
            "stop": 825997205
        },
        {
            "start": 825997222,
            "stop": 825997703
        },
        {
            "start": 825997706,
            "stop": 825999720
        },
        {
            "start": 825999780,
            "stop": 825999866
        },
        {
            "start": 825999869,
            "stop": 826000504
        },
        {
            "start": 826000804,
            "stop": 826001773
        },
        {
            "start": 826001777,
            "stop": 826002023
        },
        {
            "start": 826002323,
            "stop": 826002862
        },
        {
            "start": 826002881,
            "stop": 826003143
        },
        {
            "start": 826003162,
            "stop": 826004371
        },
        {
            "start": 826004374,
            "stop": 826004565
        }
    ]
}