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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=62",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 63,
    "results": [
        {
            "start": 816466478,
            "stop": 816466480
        },
        {
            "start": 816466485,
            "stop": 816466489
        },
        {
            "start": 816466493,
            "stop": 816466495
        },
        {
            "start": 816466502,
            "stop": 816466507
        },
        {
            "start": 816466511,
            "stop": 816466523
        },
        {
            "start": 816466527,
            "stop": 816466573
        },
        {
            "start": 816466582,
            "stop": 816466588
        },
        {
            "start": 816466596,
            "stop": 816466613
        },
        {
            "start": 816466619,
            "stop": 816466621
        },
        {
            "start": 816466625,
            "stop": 816466721
        },
        {
            "start": 816466725,
            "stop": 816466736
        },
        {
            "start": 816466739,
            "stop": 816466811
        },
        {
            "start": 816466815,
            "stop": 816466817
        },
        {
            "start": 816466822,
            "stop": 816466884
        },
        {
            "start": 816466893,
            "stop": 816467015
        },
        {
            "start": 816467021,
            "stop": 816467056
        },
        {
            "start": 816467060,
            "stop": 816467089
        },
        {
            "start": 816467093,
            "stop": 816467100
        },
        {
            "start": 816467105,
            "stop": 816467107
        },
        {
            "start": 816467113,
            "stop": 816467148
        }
    ]
}