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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40686",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40684",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40685,
    "results": [
        {
            "start": 874932204,
            "stop": 874932254
        },
        {
            "start": 874932255,
            "stop": 874932264
        },
        {
            "start": 874932266,
            "stop": 874932267
        },
        {
            "start": 874932269,
            "stop": 874932387
        },
        {
            "start": 874932389,
            "stop": 874932395
        },
        {
            "start": 874932398,
            "stop": 874932416
        },
        {
            "start": 874932417,
            "stop": 874932432
        },
        {
            "start": 874932433,
            "stop": 874932458
        },
        {
            "start": 874932459,
            "stop": 874932474
        },
        {
            "start": 874932476,
            "stop": 874932500
        },
        {
            "start": 874932501,
            "stop": 874932535
        },
        {
            "start": 874932536,
            "stop": 874932544
        },
        {
            "start": 874932545,
            "stop": 874932619
        },
        {
            "start": 874932620,
            "stop": 874932650
        },
        {
            "start": 874932652,
            "stop": 874932661
        },
        {
            "start": 874932662,
            "stop": 874932667
        },
        {
            "start": 874932670,
            "stop": 874932672
        },
        {
            "start": 874932673,
            "stop": 874932677
        },
        {
            "start": 874932678,
            "stop": 874932688
        },
        {
            "start": 874932689,
            "stop": 874932690
        }
    ]
}