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=967
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=968",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=966",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 967,
    "results": [
        {
            "start": 868641340,
            "stop": 868642180
        },
        {
            "start": 868644675,
            "stop": 868645455
        },
        {
            "start": 868645728,
            "stop": 868645908
        },
        {
            "start": 868646149,
            "stop": 868649089
        },
        {
            "start": 868649239,
            "stop": 868651069
        },
        {
            "start": 868651317,
            "stop": 868651737
        },
        {
            "start": 868654023,
            "stop": 868654683
        },
        {
            "start": 868655009,
            "stop": 868655429
        },
        {
            "start": 868659365,
            "stop": 868660805
        },
        {
            "start": 868661164,
            "stop": 868661464
        },
        {
            "start": 868661554,
            "stop": 868662604
        },
        {
            "start": 868664291,
            "stop": 868667831
        },
        {
            "start": 868668022,
            "stop": 868669222
        },
        {
            "start": 868669282,
            "stop": 868674022
        },
        {
            "start": 868674231,
            "stop": 868674591
        },
        {
            "start": 868674741,
            "stop": 868681431
        },
        {
            "start": 868686506,
            "stop": 868689086
        },
        {
            "start": 868689236,
            "stop": 868690166
        },
        {
            "start": 868691697,
            "stop": 868697097
        },
        {
            "start": 868697251,
            "stop": 868701091
        }
    ]
}