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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=19",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 20,
    "results": [
        {
            "start": 1369399980,
            "stop": 1369401362
        },
        {
            "start": 1369401364,
            "stop": 1369402739
        },
        {
            "start": 1369402744,
            "stop": 1369402918
        },
        {
            "start": 1369402920,
            "stop": 1369403581
        },
        {
            "start": 1369403582,
            "stop": 1369404332
        },
        {
            "start": 1369404333,
            "stop": 1369404724
        },
        {
            "start": 1369404729,
            "stop": 1369406058
        },
        {
            "start": 1369406060,
            "stop": 1369406747
        },
        {
            "start": 1369406749,
            "stop": 1369407066
        },
        {
            "start": 1369407071,
            "stop": 1369407985
        },
        {
            "start": 1369407987,
            "stop": 1369408909
        },
        {
            "start": 1369408914,
            "stop": 1369409162
        },
        {
            "start": 1369409164,
            "stop": 1369410683
        },
        {
            "start": 1369410685,
            "stop": 1369411460
        },
        {
            "start": 1369411461,
            "stop": 1369412548
        },
        {
            "start": 1369412550,
            "stop": 1369413459
        },
        {
            "start": 1369413460,
            "stop": 1369414502
        },
        {
            "start": 1369414506,
            "stop": 1369414572
        },
        {
            "start": 1369414574,
            "stop": 1369416741
        },
        {
            "start": 1369416742,
            "stop": 1369416768
        }
    ]
}