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=346
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=347",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=345",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 346,
    "results": [
        {
            "start": 822914599,
            "stop": 822914608
        },
        {
            "start": 822914763,
            "stop": 822914768
        },
        {
            "start": 822914776,
            "stop": 822914792
        },
        {
            "start": 822914795,
            "stop": 822914811
        },
        {
            "start": 822914814,
            "stop": 822914820
        },
        {
            "start": 822914824,
            "stop": 822914850
        },
        {
            "start": 822917469,
            "stop": 822918070
        },
        {
            "start": 822918074,
            "stop": 822919028
        },
        {
            "start": 822919031,
            "stop": 822920304
        },
        {
            "start": 822922220,
            "stop": 822922666
        },
        {
            "start": 822922669,
            "stop": 822924376
        },
        {
            "start": 822924379,
            "stop": 822924756
        },
        {
            "start": 822924759,
            "stop": 822925304
        },
        {
            "start": 822925307,
            "stop": 822925545
        },
        {
            "start": 822925548,
            "stop": 822925740
        },
        {
            "start": 822925743,
            "stop": 822925780
        },
        {
            "start": 822925783,
            "stop": 822926238
        },
        {
            "start": 822926241,
            "stop": 822927300
        },
        {
            "start": 822927363,
            "stop": 822928143
        },
        {
            "start": 822928321,
            "stop": 822928954
        }
    ]
}