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/L1_STOCH_CAT2_H2L1/segments?format=api&page=661
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=662",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=660",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 661,
    "results": [
        {
            "start": 852954256,
            "stop": 852954316
        },
        {
            "start": 852954346,
            "stop": 852957616
        },
        {
            "start": 852957646,
            "stop": 852958216
        },
        {
            "start": 852958246,
            "stop": 852958516
        },
        {
            "start": 852958636,
            "stop": 852958696
        },
        {
            "start": 852958786,
            "stop": 852960076
        },
        {
            "start": 852960166,
            "stop": 852960676
        },
        {
            "start": 852960819,
            "stop": 852961119
        },
        {
            "start": 852961149,
            "stop": 852961239
        },
        {
            "start": 852961374,
            "stop": 852962634
        },
        {
            "start": 852962664,
            "stop": 852963144
        },
        {
            "start": 852963174,
            "stop": 852963504
        },
        {
            "start": 852963594,
            "stop": 852963654
        },
        {
            "start": 852963744,
            "stop": 852964104
        },
        {
            "start": 852964134,
            "stop": 852964194
        },
        {
            "start": 852964224,
            "stop": 852965334
        },
        {
            "start": 852965541,
            "stop": 852966561
        },
        {
            "start": 852966651,
            "stop": 852968271
        },
        {
            "start": 852968301,
            "stop": 852968481
        },
        {
            "start": 852968758,
            "stop": 852970588
        }
    ]
}