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_CBCLOW_CAT2/segments?format=api&page=156
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=155",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 156,
    "results": [
        {
            "start": 840368571,
            "stop": 840370665
        },
        {
            "start": 840371475,
            "stop": 840373121
        },
        {
            "start": 840373973,
            "stop": 840374682
        },
        {
            "start": 840374684,
            "stop": 840374696
        },
        {
            "start": 840374698,
            "stop": 840374700
        },
        {
            "start": 840374904,
            "stop": 840390298
        },
        {
            "start": 840390306,
            "stop": 840394880
        },
        {
            "start": 840403066,
            "stop": 840403940
        },
        {
            "start": 840406952,
            "stop": 840407193
        },
        {
            "start": 840407199,
            "stop": 840416556
        },
        {
            "start": 840416563,
            "stop": 840416572
        },
        {
            "start": 840419956,
            "stop": 840473692
        },
        {
            "start": 840474014,
            "stop": 840481306
        },
        {
            "start": 840481441,
            "stop": 840485580
        },
        {
            "start": 840485581,
            "stop": 840485586
        },
        {
            "start": 840485591,
            "stop": 840485594
        },
        {
            "start": 840485596,
            "stop": 840485600
        },
        {
            "start": 840485602,
            "stop": 840485609
        },
        {
            "start": 840485611,
            "stop": 840485622
        },
        {
            "start": 840485797,
            "stop": 840488422
        }
    ]
}