Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=970
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=971",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=969",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 970,
    "results": [
        {
            "start": 868922835,
            "stop": 868925955
        },
        {
            "start": 868927095,
            "stop": 868928655
        },
        {
            "start": 868946119,
            "stop": 868947799
        },
        {
            "start": 868950138,
            "stop": 868958718
        },
        {
            "start": 868958876,
            "stop": 868960436
        },
        {
            "start": 868960653,
            "stop": 868965393
        },
        {
            "start": 868965483,
            "stop": 868968213
        },
        {
            "start": 868968368,
            "stop": 868969268
        },
        {
            "start": 868969456,
            "stop": 868970416
        },
        {
            "start": 868977187,
            "stop": 868979467
        },
        {
            "start": 868979690,
            "stop": 868982810
        },
        {
            "start": 868983020,
            "stop": 868983170
        },
        {
            "start": 868983342,
            "stop": 868983582
        },
        {
            "start": 868983749,
            "stop": 868984109
        },
        {
            "start": 868984139,
            "stop": 868984409
        },
        {
            "start": 868984439,
            "stop": 868985009
        },
        {
            "start": 868985164,
            "stop": 868985284
        },
        {
            "start": 868985516,
            "stop": 868986956
        },
        {
            "start": 868987117,
            "stop": 868987927
        },
        {
            "start": 868988077,
            "stop": 868988557
        }
    ]
}