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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=271",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 272,
    "results": [
        {
            "start": 1262716081,
            "stop": 1262717317
        },
        {
            "start": 1262717319,
            "stop": 1262717320
        },
        {
            "start": 1262717323,
            "stop": 1262717325
        },
        {
            "start": 1262717330,
            "stop": 1262717334
        },
        {
            "start": 1262717336,
            "stop": 1262720084
        },
        {
            "start": 1262720085,
            "stop": 1262720839
        },
        {
            "start": 1262720842,
            "stop": 1262721225
        },
        {
            "start": 1262721228,
            "stop": 1262721599
        },
        {
            "start": 1262721600,
            "stop": 1262723986
        },
        {
            "start": 1262723989,
            "stop": 1262725186
        },
        {
            "start": 1262725188,
            "stop": 1262728951
        },
        {
            "start": 1262728953,
            "stop": 1262730637
        },
        {
            "start": 1262730641,
            "stop": 1262731327
        },
        {
            "start": 1262731330,
            "stop": 1262731388
        },
        {
            "start": 1262731393,
            "stop": 1262731422
        },
        {
            "start": 1262731427,
            "stop": 1262731441
        },
        {
            "start": 1262731446,
            "stop": 1262731473
        },
        {
            "start": 1262731478,
            "stop": 1262731479
        },
        {
            "start": 1262731484,
            "stop": 1262731488
        },
        {
            "start": 1262731493,
            "stop": 1262731501
        }
    ]
}