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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=6",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 7,
    "results": [
        {
            "start": 931258053,
            "stop": 931258213
        },
        {
            "start": 931258237,
            "stop": 931258268
        },
        {
            "start": 931258293,
            "stop": 931258296
        },
        {
            "start": 931262804,
            "stop": 931263686
        },
        {
            "start": 931263687,
            "stop": 931273673
        },
        {
            "start": 931273675,
            "stop": 931274838
        },
        {
            "start": 931283141,
            "stop": 931283734
        },
        {
            "start": 931286273,
            "stop": 931291375
        },
        {
            "start": 931292182,
            "stop": 931293816
        },
        {
            "start": 931316529,
            "stop": 931318362
        },
        {
            "start": 931326936,
            "stop": 931327524
        },
        {
            "start": 931329600,
            "stop": 931330815
        },
        {
            "start": 931338015,
            "stop": 931341957
        },
        {
            "start": 931344916,
            "stop": 931346537
        },
        {
            "start": 931346555,
            "stop": 931346616
        },
        {
            "start": 931351614,
            "stop": 931351691
        },
        {
            "start": 931351724,
            "stop": 931351784
        },
        {
            "start": 931351813,
            "stop": 931351843
        },
        {
            "start": 931351861,
            "stop": 931351876
        },
        {
            "start": 931351894,
            "stop": 931352019
        }
    ]
}