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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=25",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 26,
    "results": [
        {
            "start": 816290269,
            "stop": 816290270
        },
        {
            "start": 816290285,
            "stop": 816290356
        },
        {
            "start": 816290377,
            "stop": 816290392
        },
        {
            "start": 816290400,
            "stop": 816290402
        },
        {
            "start": 816290415,
            "stop": 816290431
        },
        {
            "start": 816290465,
            "stop": 816290475
        },
        {
            "start": 816290480,
            "stop": 816290482
        },
        {
            "start": 816290490,
            "stop": 816290492
        },
        {
            "start": 816290499,
            "stop": 816290523
        },
        {
            "start": 816290534,
            "stop": 816290538
        },
        {
            "start": 816290549,
            "stop": 816290567
        },
        {
            "start": 816290576,
            "stop": 816290579
        },
        {
            "start": 816290608,
            "stop": 816290612
        },
        {
            "start": 816290616,
            "stop": 816290738
        },
        {
            "start": 816290742,
            "stop": 816290754
        },
        {
            "start": 816290762,
            "stop": 816290764
        },
        {
            "start": 816290768,
            "stop": 816290801
        },
        {
            "start": 816290806,
            "stop": 816290812
        },
        {
            "start": 816290817,
            "stop": 816290824
        },
        {
            "start": 816290828,
            "stop": 816290833
        }
    ]
}