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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2336",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2337,
    "results": [
        {
            "start": 871783778,
            "stop": 871783803
        },
        {
            "start": 871783820,
            "stop": 871784177
        },
        {
            "start": 871784194,
            "stop": 871784869
        },
        {
            "start": 871784876,
            "stop": 871787558
        },
        {
            "start": 871787575,
            "stop": 871787599
        },
        {
            "start": 871787616,
            "stop": 871787725
        },
        {
            "start": 871787742,
            "stop": 871787945
        },
        {
            "start": 871787962,
            "stop": 871788368
        },
        {
            "start": 871788385,
            "stop": 871788960
        },
        {
            "start": 871789020,
            "stop": 871790286
        },
        {
            "start": 871790303,
            "stop": 871791530
        },
        {
            "start": 871791670,
            "stop": 871793492
        },
        {
            "start": 871793509,
            "stop": 871793602
        },
        {
            "start": 871793619,
            "stop": 871794189
        },
        {
            "start": 871794206,
            "stop": 871796390
        },
        {
            "start": 871796470,
            "stop": 871797705
        },
        {
            "start": 871797722,
            "stop": 871798225
        },
        {
            "start": 871798242,
            "stop": 871799100
        },
        {
            "start": 871799160,
            "stop": 871800273
        },
        {
            "start": 871800290,
            "stop": 871800366
        }
    ]
}