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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=134",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 135,
    "results": [
        {
            "start": 818623715,
            "stop": 818623813
        },
        {
            "start": 818624315,
            "stop": 818624473
        },
        {
            "start": 818625923,
            "stop": 818626076
        },
        {
            "start": 818626084,
            "stop": 818626092
        },
        {
            "start": 818626100,
            "stop": 818631804
        },
        {
            "start": 818633808,
            "stop": 818633923
        },
        {
            "start": 818633929,
            "stop": 818634013
        },
        {
            "start": 818634525,
            "stop": 818636850
        },
        {
            "start": 818637210,
            "stop": 818637646
        },
        {
            "start": 818637652,
            "stop": 818637673
        },
        {
            "start": 818724390,
            "stop": 818724400
        },
        {
            "start": 818724416,
            "stop": 818724421
        },
        {
            "start": 818724456,
            "stop": 818724488
        },
        {
            "start": 818724497,
            "stop": 818724506
        },
        {
            "start": 818724514,
            "stop": 818724520
        },
        {
            "start": 818724539,
            "stop": 818724567
        },
        {
            "start": 818724574,
            "stop": 818724580
        },
        {
            "start": 818724598,
            "stop": 818724606
        },
        {
            "start": 818724632,
            "stop": 818724648
        },
        {
            "start": 818724665,
            "stop": 818724674
        }
    ]
}