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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=294",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 295,
    "results": [
        {
            "start": 1240371250,
            "stop": 1240371284
        },
        {
            "start": 1240371285,
            "stop": 1240371287
        },
        {
            "start": 1240371288,
            "stop": 1240371577
        },
        {
            "start": 1240371579,
            "stop": 1240371591
        },
        {
            "start": 1240371592,
            "stop": 1240371607
        },
        {
            "start": 1240371609,
            "stop": 1240371657
        },
        {
            "start": 1240371658,
            "stop": 1240371659
        },
        {
            "start": 1240371660,
            "stop": 1240371753
        },
        {
            "start": 1240371754,
            "stop": 1240371756
        },
        {
            "start": 1240371757,
            "stop": 1240371775
        },
        {
            "start": 1240371776,
            "stop": 1240371777
        },
        {
            "start": 1240371778,
            "stop": 1240371785
        },
        {
            "start": 1240371787,
            "stop": 1240371912
        },
        {
            "start": 1240371913,
            "stop": 1240371916
        },
        {
            "start": 1240371917,
            "stop": 1240372068
        },
        {
            "start": 1240372069,
            "stop": 1240372148
        },
        {
            "start": 1240372150,
            "stop": 1240372170
        },
        {
            "start": 1240372172,
            "stop": 1240372229
        },
        {
            "start": 1240372231,
            "stop": 1240372736
        },
        {
            "start": 1240372738,
            "stop": 1240374448
        }
    ]
}