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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=26",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 27,
    "results": [
        {
            "start": 1399887015,
            "stop": 1399897193
        },
        {
            "start": 1399897194,
            "stop": 1399897883
        },
        {
            "start": 1399897886,
            "stop": 1399897926
        },
        {
            "start": 1399897928,
            "stop": 1399897957
        },
        {
            "start": 1399897958,
            "stop": 1399898369
        },
        {
            "start": 1399898377,
            "stop": 1399898397
        },
        {
            "start": 1399898405,
            "stop": 1399898453
        },
        {
            "start": 1399898459,
            "stop": 1399898501
        },
        {
            "start": 1399898509,
            "stop": 1399898577
        },
        {
            "start": 1399898581,
            "stop": 1399898585
        },
        {
            "start": 1399898589,
            "stop": 1399898895
        },
        {
            "start": 1399898896,
            "stop": 1399899220
        },
        {
            "start": 1399899222,
            "stop": 1399899430
        },
        {
            "start": 1399899431,
            "stop": 1399899640
        },
        {
            "start": 1399899641,
            "stop": 1399899801
        },
        {
            "start": 1399899809,
            "stop": 1399900453
        },
        {
            "start": 1399900465,
            "stop": 1399900525
        },
        {
            "start": 1399900526,
            "stop": 1399901101
        },
        {
            "start": 1399901109,
            "stop": 1399901245
        },
        {
            "start": 1399901246,
            "stop": 1399901304
        }
    ]
}