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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=18",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 19,
    "results": [
        {
            "start": 933869435,
            "stop": 933869771
        },
        {
            "start": 933872227,
            "stop": 933873003
        },
        {
            "start": 933873440,
            "stop": 933882616
        },
        {
            "start": 933883190,
            "stop": 933884023
        },
        {
            "start": 933884890,
            "stop": 933884900
        },
        {
            "start": 933885570,
            "stop": 933890681
        },
        {
            "start": 933891038,
            "stop": 933891039
        },
        {
            "start": 933891073,
            "stop": 933900485
        },
        {
            "start": 933900670,
            "stop": 933914488
        },
        {
            "start": 933925272,
            "stop": 933929582
        },
        {
            "start": 933930634,
            "stop": 933939255
        },
        {
            "start": 933941359,
            "stop": 933942984
        },
        {
            "start": 933945886,
            "stop": 933947629
        },
        {
            "start": 933949659,
            "stop": 933952208
        },
        {
            "start": 933953534,
            "stop": 933954034
        },
        {
            "start": 933956110,
            "stop": 933957482
        },
        {
            "start": 933958480,
            "stop": 933961416
        },
        {
            "start": 933963431,
            "stop": 933963677
        },
        {
            "start": 933965187,
            "stop": 933969634
        },
        {
            "start": 933998264,
            "stop": 934012417
        }
    ]
}