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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33257",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33255",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33256,
    "results": [
        {
            "start": 970990305,
            "stop": 970990307
        },
        {
            "start": 970990308,
            "stop": 970990319
        },
        {
            "start": 970990322,
            "stop": 970990325
        },
        {
            "start": 970990326,
            "stop": 970990331
        },
        {
            "start": 970990333,
            "stop": 970990336
        },
        {
            "start": 970990337,
            "stop": 970990346
        },
        {
            "start": 970990347,
            "stop": 970990490
        },
        {
            "start": 970990493,
            "stop": 970990501
        },
        {
            "start": 970990502,
            "stop": 970990503
        },
        {
            "start": 970990505,
            "stop": 970990568
        },
        {
            "start": 970990569,
            "stop": 970990570
        },
        {
            "start": 970990571,
            "stop": 970990655
        },
        {
            "start": 970990656,
            "stop": 970990703
        },
        {
            "start": 970990705,
            "stop": 970990713
        },
        {
            "start": 970990716,
            "stop": 970990722
        },
        {
            "start": 970990725,
            "stop": 970990747
        },
        {
            "start": 970990749,
            "stop": 970990759
        },
        {
            "start": 970990760,
            "stop": 970990768
        },
        {
            "start": 970990771,
            "stop": 970990813
        },
        {
            "start": 970990814,
            "stop": 970990821
        }
    ]
}