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=624
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=625",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=623",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 624,
    "results": [
        {
            "start": 829135034,
            "stop": 829135525
        },
        {
            "start": 829135528,
            "stop": 829135909
        },
        {
            "start": 829135912,
            "stop": 829136862
        },
        {
            "start": 829136865,
            "stop": 829137020
        },
        {
            "start": 829137023,
            "stop": 829137101
        },
        {
            "start": 829137104,
            "stop": 829138667
        },
        {
            "start": 829138670,
            "stop": 829139102
        },
        {
            "start": 829139105,
            "stop": 829140117
        },
        {
            "start": 829140120,
            "stop": 829140647
        },
        {
            "start": 829140650,
            "stop": 829142977
        },
        {
            "start": 829142980,
            "stop": 829143045
        },
        {
            "start": 829143062,
            "stop": 829144791
        },
        {
            "start": 829144794,
            "stop": 829145150
        },
        {
            "start": 829145391,
            "stop": 829145423
        },
        {
            "start": 829145426,
            "stop": 829146142
        },
        {
            "start": 829146146,
            "stop": 829147561
        },
        {
            "start": 829147565,
            "stop": 829147748
        },
        {
            "start": 829147751,
            "stop": 829148253
        },
        {
            "start": 829148256,
            "stop": 829148713
        },
        {
            "start": 829148716,
            "stop": 829149100
        }
    ]
}