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=5300
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=5301",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5299",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5300,
    "results": [
        {
            "start": 970678728,
            "stop": 970678830
        },
        {
            "start": 970678835,
            "stop": 970678923
        },
        {
            "start": 970678926,
            "stop": 970679099
        },
        {
            "start": 970679103,
            "stop": 970679184
        },
        {
            "start": 970679187,
            "stop": 970679254
        },
        {
            "start": 970679257,
            "stop": 970679339
        },
        {
            "start": 970679344,
            "stop": 970679352
        },
        {
            "start": 970679355,
            "stop": 970679420
        },
        {
            "start": 970679425,
            "stop": 970679435
        },
        {
            "start": 970679438,
            "stop": 970679460
        },
        {
            "start": 970679463,
            "stop": 970679568
        },
        {
            "start": 970679571,
            "stop": 970679618
        },
        {
            "start": 970679621,
            "stop": 970679686
        },
        {
            "start": 970679689,
            "stop": 970679775
        },
        {
            "start": 970679778,
            "stop": 970679782
        },
        {
            "start": 970679785,
            "stop": 970679852
        },
        {
            "start": 970679873,
            "stop": 970680065
        },
        {
            "start": 970680068,
            "stop": 970680140
        },
        {
            "start": 970680143,
            "stop": 970680485
        },
        {
            "start": 970680490,
            "stop": 970680572
        }
    ]
}