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=744
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=745",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=743",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 744,
    "results": [
        {
            "start": 830616496,
            "stop": 830616624
        },
        {
            "start": 830616641,
            "stop": 830616715
        },
        {
            "start": 830616732,
            "stop": 830616741
        },
        {
            "start": 830616758,
            "stop": 830617202
        },
        {
            "start": 830669228,
            "stop": 830669820
        },
        {
            "start": 830669880,
            "stop": 830670062
        },
        {
            "start": 830670065,
            "stop": 830670072
        },
        {
            "start": 830670091,
            "stop": 830670142
        },
        {
            "start": 830670161,
            "stop": 830670309
        },
        {
            "start": 830670328,
            "stop": 830670375
        },
        {
            "start": 830670394,
            "stop": 830670408
        },
        {
            "start": 830670427,
            "stop": 830670933
        },
        {
            "start": 830670950,
            "stop": 830670953
        },
        {
            "start": 830670975,
            "stop": 830671344
        },
        {
            "start": 830671367,
            "stop": 830671457
        },
        {
            "start": 830671476,
            "stop": 830671487
        },
        {
            "start": 830671490,
            "stop": 830671687
        },
        {
            "start": 830671704,
            "stop": 830671989
        },
        {
            "start": 830671992,
            "stop": 830672750
        },
        {
            "start": 830672767,
            "stop": 830674200
        }
    ]
}