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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=357",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 358,
    "results": [
        {
            "start": 1385116813,
            "stop": 1385131558
        },
        {
            "start": 1385131561,
            "stop": 1385158493
        },
        {
            "start": 1385172026,
            "stop": 1385172939
        },
        {
            "start": 1385172944,
            "stop": 1385174702
        },
        {
            "start": 1385174706,
            "stop": 1385178502
        },
        {
            "start": 1385178507,
            "stop": 1385180776
        },
        {
            "start": 1385183628,
            "stop": 1385187785
        },
        {
            "start": 1385187789,
            "stop": 1385189388
        },
        {
            "start": 1385193082,
            "stop": 1385198354
        },
        {
            "start": 1385198357,
            "stop": 1385202549
        },
        {
            "start": 1385209353,
            "stop": 1385209385
        },
        {
            "start": 1385209389,
            "stop": 1385218821
        },
        {
            "start": 1385242831,
            "stop": 1385246170
        },
        {
            "start": 1385246175,
            "stop": 1385248474
        },
        {
            "start": 1385248476,
            "stop": 1385248911
        },
        {
            "start": 1385248915,
            "stop": 1385248939
        },
        {
            "start": 1385248942,
            "stop": 1385249915
        },
        {
            "start": 1385249920,
            "stop": 1385256489
        },
        {
            "start": 1385256493,
            "stop": 1385259062
        },
        {
            "start": 1385259067,
            "stop": 1385263914
        }
    ]
}