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=702
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=703",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=701",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 702,
    "results": [
        {
            "start": 830172962,
            "stop": 830173136
        },
        {
            "start": 830173153,
            "stop": 830173245
        },
        {
            "start": 830173262,
            "stop": 830173993
        },
        {
            "start": 830174010,
            "stop": 830174297
        },
        {
            "start": 830174314,
            "stop": 830174328
        },
        {
            "start": 830174345,
            "stop": 830174393
        },
        {
            "start": 830174410,
            "stop": 830174475
        },
        {
            "start": 830174492,
            "stop": 830174651
        },
        {
            "start": 830174655,
            "stop": 830174657
        },
        {
            "start": 830174660,
            "stop": 830175077
        },
        {
            "start": 830175081,
            "stop": 830175476
        },
        {
            "start": 830175479,
            "stop": 830175526
        },
        {
            "start": 830175529,
            "stop": 830175613
        },
        {
            "start": 830175617,
            "stop": 830175644
        },
        {
            "start": 830175648,
            "stop": 830175751
        },
        {
            "start": 830175755,
            "stop": 830175766
        },
        {
            "start": 830175769,
            "stop": 830176102
        },
        {
            "start": 830176105,
            "stop": 830176334
        },
        {
            "start": 830176338,
            "stop": 830176742
        },
        {
            "start": 830176759,
            "stop": 830177007
        }
    ]
}