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=404
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=405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=403",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 404,
    "results": [
        {
            "start": 868223872,
            "stop": 868224105
        },
        {
            "start": 868228889,
            "stop": 868229389
        },
        {
            "start": 868229411,
            "stop": 868229912
        },
        {
            "start": 868229933,
            "stop": 868231009
        },
        {
            "start": 868231031,
            "stop": 868232416
        },
        {
            "start": 868232828,
            "stop": 868234298
        },
        {
            "start": 868234317,
            "stop": 868234549
        },
        {
            "start": 868234571,
            "stop": 868234584
        },
        {
            "start": 868234631,
            "stop": 868236156
        },
        {
            "start": 868236456,
            "stop": 868236610
        },
        {
            "start": 868236939,
            "stop": 868247399
        },
        {
            "start": 868248566,
            "stop": 868249110
        },
        {
            "start": 868249170,
            "stop": 868252094
        },
        {
            "start": 868252118,
            "stop": 868253427
        },
        {
            "start": 868254980,
            "stop": 868255170
        },
        {
            "start": 868255470,
            "stop": 868262358
        },
        {
            "start": 868264018,
            "stop": 868264679
        },
        {
            "start": 868264706,
            "stop": 868264714
        },
        {
            "start": 868264756,
            "stop": 868282329
        },
        {
            "start": 868282351,
            "stop": 868288209
        }
    ]
}