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=785
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=786",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=784",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 785,
    "results": [
        {
            "start": 857715598,
            "stop": 857715928
        },
        {
            "start": 857718570,
            "stop": 857725530
        },
        {
            "start": 857725711,
            "stop": 857729911
        },
        {
            "start": 857730091,
            "stop": 857731291
        },
        {
            "start": 857731467,
            "stop": 857731887
        },
        {
            "start": 857733984,
            "stop": 857734104
        },
        {
            "start": 857734530,
            "stop": 857734590
        },
        {
            "start": 857738382,
            "stop": 857738622
        },
        {
            "start": 857738862,
            "stop": 857738922
        },
        {
            "start": 857741704,
            "stop": 857742034
        },
        {
            "start": 857742124,
            "stop": 857742664
        },
        {
            "start": 857742870,
            "stop": 857743020
        },
        {
            "start": 857743267,
            "stop": 857748367
        },
        {
            "start": 857748517,
            "stop": 857748967
        },
        {
            "start": 857749311,
            "stop": 857750331
        },
        {
            "start": 857750794,
            "stop": 857755054
        },
        {
            "start": 857755241,
            "stop": 857755421
        },
        {
            "start": 857755607,
            "stop": 857755907
        },
        {
            "start": 857764099,
            "stop": 857764279
        },
        {
            "start": 857765992,
            "stop": 857766052
        }
    ]
}