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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=311",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 312,
    "results": [
        {
            "start": 931565422,
            "stop": 931565423
        },
        {
            "start": 931565427,
            "stop": 931565429
        },
        {
            "start": 931565430,
            "stop": 931565432
        },
        {
            "start": 931565437,
            "stop": 931565439
        },
        {
            "start": 931565443,
            "stop": 931565445
        },
        {
            "start": 931565448,
            "stop": 931565449
        },
        {
            "start": 931565455,
            "stop": 931565460
        },
        {
            "start": 931565461,
            "stop": 931565462
        },
        {
            "start": 931565465,
            "stop": 931565468
        },
        {
            "start": 931565471,
            "stop": 931565474
        },
        {
            "start": 931565480,
            "stop": 931565493
        },
        {
            "start": 931565496,
            "stop": 931565511
        },
        {
            "start": 931565517,
            "stop": 931565526
        },
        {
            "start": 931565528,
            "stop": 931565530
        },
        {
            "start": 931565533,
            "stop": 931565536
        },
        {
            "start": 931565537,
            "stop": 931565539
        },
        {
            "start": 931565540,
            "stop": 931565563
        },
        {
            "start": 931565566,
            "stop": 931565571
        },
        {
            "start": 931565574,
            "stop": 931565575
        },
        {
            "start": 931565577,
            "stop": 931565582
        }
    ]
}