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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 2,
    "results": [
        {
            "start": 816260098,
            "stop": 816260164
        },
        {
            "start": 816260809,
            "stop": 816264750
        },
        {
            "start": 816267217,
            "stop": 816269360
        },
        {
            "start": 816270860,
            "stop": 816271935
        },
        {
            "start": 816271940,
            "stop": 816276887
        },
        {
            "start": 816287178,
            "stop": 816288585
        },
        {
            "start": 816289750,
            "stop": 816290921
        },
        {
            "start": 816303755,
            "stop": 816305473
        },
        {
            "start": 816306983,
            "stop": 816308906
        },
        {
            "start": 816310655,
            "stop": 816311508
        },
        {
            "start": 816311986,
            "stop": 816314412
        },
        {
            "start": 816314942,
            "stop": 816318260
        },
        {
            "start": 816321073,
            "stop": 816323982
        },
        {
            "start": 816324557,
            "stop": 816324655
        },
        {
            "start": 816325335,
            "stop": 816330444
        },
        {
            "start": 816330886,
            "stop": 816337611
        },
        {
            "start": 816338522,
            "stop": 816342007
        },
        {
            "start": 816344402,
            "stop": 816348293
        },
        {
            "start": 816349019,
            "stop": 816358901
        },
        {
            "start": 816359384,
            "stop": 816359578
        }
    ]
}