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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=100",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 101,
    "results": [
        {
            "start": 1412340383,
            "stop": 1412342130
        },
        {
            "start": 1412342135,
            "stop": 1412345104
        },
        {
            "start": 1412345109,
            "stop": 1412346604
        },
        {
            "start": 1412346607,
            "stop": 1412346820
        },
        {
            "start": 1412346824,
            "stop": 1412349853
        },
        {
            "start": 1412349856,
            "stop": 1412350021
        },
        {
            "start": 1412350026,
            "stop": 1412350292
        },
        {
            "start": 1412380818,
            "stop": 1412380972
        },
        {
            "start": 1412380975,
            "stop": 1412383783
        },
        {
            "start": 1412383792,
            "stop": 1412383858
        },
        {
            "start": 1412383863,
            "stop": 1412384010
        },
        {
            "start": 1412384015,
            "stop": 1412384027
        },
        {
            "start": 1412384032,
            "stop": 1412384044
        },
        {
            "start": 1412384049,
            "stop": 1412384148
        },
        {
            "start": 1412384153,
            "stop": 1412384160
        },
        {
            "start": 1412392214,
            "stop": 1412408913
        },
        {
            "start": 1412408918,
            "stop": 1412409126
        },
        {
            "start": 1412414139,
            "stop": 1412414439
        },
        {
            "start": 1412414443,
            "stop": 1412417318
        },
        {
            "start": 1412417323,
            "stop": 1412418706
        }
    ]
}