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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 6,
    "results": [
        {
            "start": 816231347,
            "stop": 816231356
        },
        {
            "start": 816231364,
            "stop": 816231366
        },
        {
            "start": 816231379,
            "stop": 816231392
        },
        {
            "start": 816231402,
            "stop": 816231416
        },
        {
            "start": 816231428,
            "stop": 816231509
        },
        {
            "start": 816231516,
            "stop": 816231557
        },
        {
            "start": 816231566,
            "stop": 816231585
        },
        {
            "start": 816231593,
            "stop": 816231596
        },
        {
            "start": 816231610,
            "stop": 816231725
        },
        {
            "start": 816231733,
            "stop": 816231736
        },
        {
            "start": 816231764,
            "stop": 816231863
        },
        {
            "start": 816231871,
            "stop": 816231938
        },
        {
            "start": 816231946,
            "stop": 816232040
        },
        {
            "start": 816232048,
            "stop": 816232056
        },
        {
            "start": 816232067,
            "stop": 816232095
        },
        {
            "start": 816232108,
            "stop": 816232113
        },
        {
            "start": 816232122,
            "stop": 816232246
        },
        {
            "start": 816232270,
            "stop": 816232308
        },
        {
            "start": 816232315,
            "stop": 816232446
        },
        {
            "start": 816232458,
            "stop": 816232535
        }
    ]
}