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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=306",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 307,
    "results": [
        {
            "start": 832965350,
            "stop": 832965830
        },
        {
            "start": 832965992,
            "stop": 832966112
        },
        {
            "start": 832966281,
            "stop": 832966521
        },
        {
            "start": 832967050,
            "stop": 832968550
        },
        {
            "start": 832968694,
            "stop": 832968874
        },
        {
            "start": 832969744,
            "stop": 832969864
        },
        {
            "start": 832970049,
            "stop": 832980249
        },
        {
            "start": 832980472,
            "stop": 832988092
        },
        {
            "start": 832988287,
            "stop": 832992787
        },
        {
            "start": 832993082,
            "stop": 832993862
        },
        {
            "start": 832994018,
            "stop": 832994198
        },
        {
            "start": 832994347,
            "stop": 832994527
        },
        {
            "start": 832996416,
            "stop": 832996536
        },
        {
            "start": 833003069,
            "stop": 833005529
        },
        {
            "start": 833005679,
            "stop": 833006609
        },
        {
            "start": 833011504,
            "stop": 833015974
        },
        {
            "start": 833016034,
            "stop": 833016094
        },
        {
            "start": 833016244,
            "stop": 833020474
        },
        {
            "start": 833020624,
            "stop": 833025724
        },
        {
            "start": 833026013,
            "stop": 833026103
        }
    ]
}