Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=130
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=129",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 130,
    "results": [
        {
            "start": 1239102551,
            "stop": 1239103510
        },
        {
            "start": 1239103515,
            "stop": 1239105893
        },
        {
            "start": 1239105898,
            "stop": 1239106019
        },
        {
            "start": 1239106024,
            "stop": 1239106066
        },
        {
            "start": 1239106071,
            "stop": 1239106184
        },
        {
            "start": 1239106189,
            "stop": 1239106190
        },
        {
            "start": 1239106195,
            "stop": 1239106260
        },
        {
            "start": 1239106265,
            "stop": 1239106277
        },
        {
            "start": 1239106282,
            "stop": 1239106390
        },
        {
            "start": 1239106395,
            "stop": 1239106485
        },
        {
            "start": 1239106490,
            "stop": 1239106493
        },
        {
            "start": 1239106497,
            "stop": 1239106590
        },
        {
            "start": 1239128907,
            "stop": 1239129031
        },
        {
            "start": 1239129036,
            "stop": 1239129074
        },
        {
            "start": 1239129077,
            "stop": 1239129104
        },
        {
            "start": 1239129199,
            "stop": 1239129200
        },
        {
            "start": 1239129207,
            "stop": 1239129243
        },
        {
            "start": 1239130257,
            "stop": 1239131722
        },
        {
            "start": 1239131725,
            "stop": 1239132438
        },
        {
            "start": 1239132442,
            "stop": 1239132923
        }
    ]
}