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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=298",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 299,
    "results": [
        {
            "start": 822431902,
            "stop": 822431969
        },
        {
            "start": 822431972,
            "stop": 822431987
        },
        {
            "start": 822431990,
            "stop": 822432302
        },
        {
            "start": 822432305,
            "stop": 822432585
        },
        {
            "start": 822432589,
            "stop": 822432944
        },
        {
            "start": 822432961,
            "stop": 822433185
        },
        {
            "start": 822433188,
            "stop": 822433297
        },
        {
            "start": 822433318,
            "stop": 822433320
        },
        {
            "start": 822433380,
            "stop": 822433424
        },
        {
            "start": 822433441,
            "stop": 822433528
        },
        {
            "start": 822433531,
            "stop": 822433539
        },
        {
            "start": 822433543,
            "stop": 822433573
        },
        {
            "start": 822433784,
            "stop": 822434593
        },
        {
            "start": 822434812,
            "stop": 822434960
        },
        {
            "start": 822434963,
            "stop": 822435466
        },
        {
            "start": 822437391,
            "stop": 822437886
        },
        {
            "start": 822437889,
            "stop": 822438529
        },
        {
            "start": 822438603,
            "stop": 822438717
        },
        {
            "start": 822438720,
            "stop": 822440138
        },
        {
            "start": 822440142,
            "stop": 822442860
        }
    ]
}