Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=34",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 35,
    "results": [
        {
            "start": 931249315,
            "stop": 931249318
        },
        {
            "start": 931249320,
            "stop": 931249324
        },
        {
            "start": 931249331,
            "stop": 931249382
        },
        {
            "start": 931249385,
            "stop": 931249433
        },
        {
            "start": 931249436,
            "stop": 931249440
        },
        {
            "start": 931249442,
            "stop": 931249454
        },
        {
            "start": 931249457,
            "stop": 931249464
        },
        {
            "start": 931249466,
            "stop": 931249496
        },
        {
            "start": 931249501,
            "stop": 931249551
        },
        {
            "start": 931249553,
            "stop": 931249554
        },
        {
            "start": 931249558,
            "stop": 931249559
        },
        {
            "start": 931249561,
            "stop": 931249562
        },
        {
            "start": 931249565,
            "stop": 931249579
        },
        {
            "start": 931249581,
            "stop": 931249651
        },
        {
            "start": 931249653,
            "stop": 931249673
        },
        {
            "start": 931249675,
            "stop": 931249681
        },
        {
            "start": 931249683,
            "stop": 931249687
        },
        {
            "start": 931249689,
            "stop": 931249690
        },
        {
            "start": 931249692,
            "stop": 931249700
        },
        {
            "start": 931249703,
            "stop": 931249711
        }
    ]
}