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=621
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=622",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=620",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 621,
    "results": [
        {
            "start": 829029630,
            "stop": 829029721
        },
        {
            "start": 829029725,
            "stop": 829030172
        },
        {
            "start": 829030189,
            "stop": 829032294
        },
        {
            "start": 829032297,
            "stop": 829035109
        },
        {
            "start": 829035126,
            "stop": 829035930
        },
        {
            "start": 829035947,
            "stop": 829035949
        },
        {
            "start": 829035966,
            "stop": 829035968
        },
        {
            "start": 829035985,
            "stop": 829045528
        },
        {
            "start": 829045531,
            "stop": 829046504
        },
        {
            "start": 829046521,
            "stop": 829046978
        },
        {
            "start": 829046981,
            "stop": 829047869
        },
        {
            "start": 829047872,
            "stop": 829048906
        },
        {
            "start": 829048923,
            "stop": 829055634
        },
        {
            "start": 829055639,
            "stop": 829055644
        },
        {
            "start": 829055648,
            "stop": 829056264
        },
        {
            "start": 829056267,
            "stop": 829060500
        },
        {
            "start": 829060560,
            "stop": 829060740
        },
        {
            "start": 829060800,
            "stop": 829062197
        },
        {
            "start": 829062200,
            "stop": 829063440
        },
        {
            "start": 829063500,
            "stop": 829064100
        }
    ]
}