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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1600",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1598",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1599,
    "results": [
        {
            "start": 953493173,
            "stop": 953493225
        },
        {
            "start": 953496587,
            "stop": 953498482
        },
        {
            "start": 953498484,
            "stop": 953499286
        },
        {
            "start": 953499288,
            "stop": 953501294
        },
        {
            "start": 953501296,
            "stop": 953501401
        },
        {
            "start": 953501404,
            "stop": 953528395
        },
        {
            "start": 953528397,
            "stop": 953528420
        },
        {
            "start": 953528422,
            "stop": 953528432
        },
        {
            "start": 953528439,
            "stop": 953550300
        },
        {
            "start": 953550302,
            "stop": 953550327
        },
        {
            "start": 953557887,
            "stop": 953559518
        },
        {
            "start": 953559520,
            "stop": 953559711
        },
        {
            "start": 953559713,
            "stop": 953560650
        },
        {
            "start": 953560652,
            "stop": 953561452
        },
        {
            "start": 953565028,
            "stop": 953574869
        },
        {
            "start": 953574871,
            "stop": 953575074
        },
        {
            "start": 953575076,
            "stop": 953575082
        },
        {
            "start": 953575084,
            "stop": 953575194
        },
        {
            "start": 953575197,
            "stop": 953575217
        },
        {
            "start": 953575219,
            "stop": 953575226
        }
    ]
}