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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=438",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=436",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 437,
    "results": [
        {
            "start": 827199200,
            "stop": 827199232
        },
        {
            "start": 827199239,
            "stop": 827199315
        },
        {
            "start": 827199322,
            "stop": 827199332
        },
        {
            "start": 827199350,
            "stop": 827199391
        },
        {
            "start": 827199398,
            "stop": 827199533
        },
        {
            "start": 827199540,
            "stop": 827199646
        },
        {
            "start": 827199653,
            "stop": 827199863
        },
        {
            "start": 827199870,
            "stop": 827200110
        },
        {
            "start": 827200118,
            "stop": 827200299
        },
        {
            "start": 827200318,
            "stop": 827200340
        },
        {
            "start": 827200348,
            "stop": 827200416
        },
        {
            "start": 827200426,
            "stop": 827200435
        },
        {
            "start": 827200442,
            "stop": 827200486
        },
        {
            "start": 827200494,
            "stop": 827200645
        },
        {
            "start": 827200652,
            "stop": 827200757
        },
        {
            "start": 827200765,
            "stop": 827200810
        },
        {
            "start": 827200818,
            "stop": 827201162
        },
        {
            "start": 827201169,
            "stop": 827201184
        },
        {
            "start": 827201191,
            "stop": 827201251
        },
        {
            "start": 827201270,
            "stop": 827201328
        }
    ]
}