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_CBCHIGH_CAT3/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_CBCHIGH_CAT3/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=18",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 19,
    "results": [
        {
            "start": 931510477,
            "stop": 931510489
        },
        {
            "start": 931510518,
            "stop": 931510525
        },
        {
            "start": 931510572,
            "stop": 931510574
        },
        {
            "start": 931510594,
            "stop": 931510602
        },
        {
            "start": 931510639,
            "stop": 931510640
        },
        {
            "start": 931510659,
            "stop": 931510664
        },
        {
            "start": 931510694,
            "stop": 931510698
        },
        {
            "start": 931510720,
            "stop": 931510737
        },
        {
            "start": 931510762,
            "stop": 931510801
        },
        {
            "start": 931510832,
            "stop": 931510839
        },
        {
            "start": 931510885,
            "stop": 931510902
        },
        {
            "start": 931510921,
            "stop": 931510922
        },
        {
            "start": 931510941,
            "stop": 931510949
        },
        {
            "start": 931511002,
            "stop": 931511029
        },
        {
            "start": 931511078,
            "stop": 931511101
        },
        {
            "start": 931511148,
            "stop": 931511161
        },
        {
            "start": 931511183,
            "stop": 931511184
        },
        {
            "start": 931511238,
            "stop": 931511239
        },
        {
            "start": 931511265,
            "stop": 931511266
        },
        {
            "start": 931511312,
            "stop": 931511324
        }
    ]
}