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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9962",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9963,
    "results": [
        {
            "start": 875073380,
            "stop": 875077792
        },
        {
            "start": 875077795,
            "stop": 875077836
        },
        {
            "start": 875077839,
            "stop": 875078464
        },
        {
            "start": 875078467,
            "stop": 875078865
        },
        {
            "start": 875078868,
            "stop": 875078870
        },
        {
            "start": 875078873,
            "stop": 875078878
        },
        {
            "start": 875078881,
            "stop": 875078892
        },
        {
            "start": 875078895,
            "stop": 875078901
        },
        {
            "start": 875078905,
            "stop": 875078914
        },
        {
            "start": 875078917,
            "stop": 875078947
        },
        {
            "start": 875078950,
            "stop": 875078965
        },
        {
            "start": 875078969,
            "stop": 875079543
        },
        {
            "start": 875079546,
            "stop": 875079568
        },
        {
            "start": 875079571,
            "stop": 875079579
        },
        {
            "start": 875079582,
            "stop": 875080036
        },
        {
            "start": 875080039,
            "stop": 875080154
        },
        {
            "start": 875080157,
            "stop": 875080170
        },
        {
            "start": 875080173,
            "stop": 875080193
        },
        {
            "start": 875080196,
            "stop": 875080527
        },
        {
            "start": 875080530,
            "stop": 875080864
        }
    ]
}