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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=233",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 234,
    "results": [
        {
            "start": 820618503,
            "stop": 820618759
        },
        {
            "start": 820618766,
            "stop": 820619580
        },
        {
            "start": 820619640,
            "stop": 820620420
        },
        {
            "start": 820620480,
            "stop": 820621507
        },
        {
            "start": 820621514,
            "stop": 820624589
        },
        {
            "start": 820624596,
            "stop": 820624680
        },
        {
            "start": 820624740,
            "stop": 820625820
        },
        {
            "start": 820626010,
            "stop": 820626133
        },
        {
            "start": 820628379,
            "stop": 820629470
        },
        {
            "start": 820629550,
            "stop": 820629780
        },
        {
            "start": 820629840,
            "stop": 820631601
        },
        {
            "start": 820631683,
            "stop": 820635180
        },
        {
            "start": 820637054,
            "stop": 820638830
        },
        {
            "start": 820638910,
            "stop": 820641062
        },
        {
            "start": 820641167,
            "stop": 820641890
        },
        {
            "start": 820641970,
            "stop": 820643210
        },
        {
            "start": 820643290,
            "stop": 820666500
        },
        {
            "start": 820666560,
            "stop": 820678147
        },
        {
            "start": 820678151,
            "stop": 820690184
        },
        {
            "start": 820690365,
            "stop": 820694390
        }
    ]
}