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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=68",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 69,
    "results": [
        {
            "start": 932074445,
            "stop": 932074459
        },
        {
            "start": 932074460,
            "stop": 932074461
        },
        {
            "start": 932074462,
            "stop": 932074463
        },
        {
            "start": 932074465,
            "stop": 932074479
        },
        {
            "start": 932074481,
            "stop": 932074483
        },
        {
            "start": 932074486,
            "stop": 932074495
        },
        {
            "start": 932074497,
            "stop": 932074514
        },
        {
            "start": 932074515,
            "stop": 932074531
        },
        {
            "start": 932074534,
            "stop": 932074542
        },
        {
            "start": 932074544,
            "stop": 932074563
        },
        {
            "start": 932074564,
            "stop": 932074565
        },
        {
            "start": 932074568,
            "stop": 932074573
        },
        {
            "start": 932074574,
            "stop": 932074577
        },
        {
            "start": 932074579,
            "stop": 932074581
        },
        {
            "start": 932074586,
            "stop": 932074605
        },
        {
            "start": 932074607,
            "stop": 932074616
        },
        {
            "start": 932074619,
            "stop": 932074624
        },
        {
            "start": 932074626,
            "stop": 932074643
        },
        {
            "start": 932074645,
            "stop": 932074659
        },
        {
            "start": 932074662,
            "stop": 932074669
        }
    ]
}