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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=46",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 47,
    "results": [
        {
            "start": 931252303,
            "stop": 931252310
        },
        {
            "start": 931252313,
            "stop": 931252321
        },
        {
            "start": 931252324,
            "stop": 931252327
        },
        {
            "start": 931252329,
            "stop": 931252335
        },
        {
            "start": 931252337,
            "stop": 931252338
        },
        {
            "start": 931252341,
            "stop": 931252348
        },
        {
            "start": 931252351,
            "stop": 931252357
        },
        {
            "start": 931252360,
            "stop": 931252377
        },
        {
            "start": 931252381,
            "stop": 931252398
        },
        {
            "start": 931252403,
            "stop": 931252404
        },
        {
            "start": 931252408,
            "stop": 931252411
        },
        {
            "start": 931252417,
            "stop": 931252421
        },
        {
            "start": 931252423,
            "stop": 931252445
        },
        {
            "start": 931252448,
            "stop": 931252451
        },
        {
            "start": 931252453,
            "stop": 931252470
        },
        {
            "start": 931252472,
            "stop": 931252482
        },
        {
            "start": 931252484,
            "stop": 931252497
        },
        {
            "start": 931252500,
            "stop": 931252503
        },
        {
            "start": 931252507,
            "stop": 931252558
        },
        {
            "start": 931252563,
            "stop": 931252564
        }
    ]
}