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=796
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=797",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=795",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 796,
    "results": [
        {
            "start": 858511928,
            "stop": 858513668
        },
        {
            "start": 858513818,
            "stop": 858514598
        },
        {
            "start": 858514961,
            "stop": 858515081
        },
        {
            "start": 858515287,
            "stop": 858518527
        },
        {
            "start": 858520016,
            "stop": 858525596
        },
        {
            "start": 858528012,
            "stop": 858528192
        },
        {
            "start": 858529348,
            "stop": 858531268
        },
        {
            "start": 858531418,
            "stop": 858531538
        },
        {
            "start": 858531694,
            "stop": 858532054
        },
        {
            "start": 858532084,
            "stop": 858533374
        },
        {
            "start": 858533524,
            "stop": 858534994
        },
        {
            "start": 858535840,
            "stop": 858536740
        },
        {
            "start": 858537213,
            "stop": 858537333
        },
        {
            "start": 858537477,
            "stop": 858537957
        },
        {
            "start": 858538161,
            "stop": 858539721
        },
        {
            "start": 858539916,
            "stop": 858539976
        },
        {
            "start": 858540204,
            "stop": 858540624
        },
        {
            "start": 858540936,
            "stop": 858541416
        },
        {
            "start": 858541683,
            "stop": 858543363
        },
        {
            "start": 858545599,
            "stop": 858552319
        }
    ]
}