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=566
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=567",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=565",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 566,
    "results": [
        {
            "start": 827401427,
            "stop": 827401580
        },
        {
            "start": 827401600,
            "stop": 827401717
        },
        {
            "start": 827401736,
            "stop": 827401774
        },
        {
            "start": 827401791,
            "stop": 827401815
        },
        {
            "start": 827401849,
            "stop": 827401931
        },
        {
            "start": 827401962,
            "stop": 827401971
        },
        {
            "start": 827401990,
            "stop": 827402010
        },
        {
            "start": 827402029,
            "stop": 827402048
        },
        {
            "start": 827402067,
            "stop": 827402069
        },
        {
            "start": 827402109,
            "stop": 827402118
        },
        {
            "start": 827402146,
            "stop": 827402278
        },
        {
            "start": 827402300,
            "stop": 827403507
        },
        {
            "start": 827403541,
            "stop": 827403542
        },
        {
            "start": 827403599,
            "stop": 827403658
        },
        {
            "start": 827403678,
            "stop": 827403740
        },
        {
            "start": 827403743,
            "stop": 827403813
        },
        {
            "start": 827403835,
            "stop": 827403908
        },
        {
            "start": 827403911,
            "stop": 827404194
        },
        {
            "start": 827404213,
            "stop": 827404447
        },
        {
            "start": 827404469,
            "stop": 827404547
        }
    ]
}