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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4375",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4376,
    "results": [
        {
            "start": 875054322,
            "stop": 875054340
        },
        {
            "start": 875054400,
            "stop": 875054580
        },
        {
            "start": 875054640,
            "stop": 875055000
        },
        {
            "start": 875055540,
            "stop": 875055600
        },
        {
            "start": 875055720,
            "stop": 875055780
        },
        {
            "start": 875055840,
            "stop": 875055900
        },
        {
            "start": 875057520,
            "stop": 875057527
        },
        {
            "start": 875057647,
            "stop": 875058240
        },
        {
            "start": 875058300,
            "stop": 875058428
        },
        {
            "start": 875058548,
            "stop": 875059290
        },
        {
            "start": 875059410,
            "stop": 875060100
        },
        {
            "start": 875060220,
            "stop": 875060460
        },
        {
            "start": 875060711,
            "stop": 875060752
        },
        {
            "start": 875060894,
            "stop": 875061180
        },
        {
            "start": 875061240,
            "stop": 875061900
        },
        {
            "start": 875062020,
            "stop": 875062080
        },
        {
            "start": 875062140,
            "stop": 875062189
        },
        {
            "start": 875062190,
            "stop": 875062200
        },
        {
            "start": 875062260,
            "stop": 875062320
        },
        {
            "start": 875062440,
            "stop": 875062526
        }
    ]
}