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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1851",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1852,
    "results": [
        {
            "start": 843890473,
            "stop": 843890499
        },
        {
            "start": 843890502,
            "stop": 843890505
        },
        {
            "start": 843890507,
            "stop": 843890539
        },
        {
            "start": 843890541,
            "stop": 843890590
        },
        {
            "start": 843890592,
            "stop": 843890606
        },
        {
            "start": 843890608,
            "stop": 843890612
        },
        {
            "start": 843890614,
            "stop": 843890651
        },
        {
            "start": 843890653,
            "stop": 843890682
        },
        {
            "start": 843890684,
            "stop": 843890690
        },
        {
            "start": 843890692,
            "stop": 843890698
        },
        {
            "start": 843890700,
            "stop": 843890722
        },
        {
            "start": 843890725,
            "stop": 843890727
        },
        {
            "start": 843890729,
            "stop": 843890738
        },
        {
            "start": 843890741,
            "stop": 843890795
        },
        {
            "start": 843890797,
            "stop": 843890826
        },
        {
            "start": 843890828,
            "stop": 843890835
        },
        {
            "start": 843890837,
            "stop": 843890838
        },
        {
            "start": 843890840,
            "stop": 843890847
        },
        {
            "start": 843890849,
            "stop": 843890854
        },
        {
            "start": 843890856,
            "stop": 843890865
        }
    ]
}