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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=109",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 110,
    "results": [
        {
            "start": 816685849,
            "stop": 816685890
        },
        {
            "start": 816685893,
            "stop": 816686127
        },
        {
            "start": 816686132,
            "stop": 816686208
        },
        {
            "start": 816686212,
            "stop": 816686218
        },
        {
            "start": 816686221,
            "stop": 816686247
        },
        {
            "start": 816686251,
            "stop": 816686330
        },
        {
            "start": 816686333,
            "stop": 816686346
        },
        {
            "start": 816686349,
            "stop": 816686373
        },
        {
            "start": 816686376,
            "stop": 816686547
        },
        {
            "start": 816686550,
            "stop": 816686742
        },
        {
            "start": 816686745,
            "stop": 816686771
        },
        {
            "start": 816686774,
            "stop": 816686909
        },
        {
            "start": 816686915,
            "stop": 816687089
        },
        {
            "start": 816687094,
            "stop": 816687113
        },
        {
            "start": 816687117,
            "stop": 816687152
        },
        {
            "start": 816687158,
            "stop": 816687486
        },
        {
            "start": 816687490,
            "stop": 816687631
        },
        {
            "start": 816687634,
            "stop": 816687748
        },
        {
            "start": 816687751,
            "stop": 816687765
        },
        {
            "start": 816687769,
            "stop": 816687809
        }
    ]
}