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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=223",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 224,
    "results": [
        {
            "start": 1262234359,
            "stop": 1262234666
        },
        {
            "start": 1262239461,
            "stop": 1262239584
        },
        {
            "start": 1262239588,
            "stop": 1262241157
        },
        {
            "start": 1262241158,
            "stop": 1262242881
        },
        {
            "start": 1262242883,
            "stop": 1262244537
        },
        {
            "start": 1262244541,
            "stop": 1262248273
        },
        {
            "start": 1262248278,
            "stop": 1262251327
        },
        {
            "start": 1262251335,
            "stop": 1262252238
        },
        {
            "start": 1262252241,
            "stop": 1262254748
        },
        {
            "start": 1262254750,
            "stop": 1262261240
        },
        {
            "start": 1262261245,
            "stop": 1262262623
        },
        {
            "start": 1262262629,
            "stop": 1262264882
        },
        {
            "start": 1262264887,
            "stop": 1262265677
        },
        {
            "start": 1262265682,
            "stop": 1262266576
        },
        {
            "start": 1262266579,
            "stop": 1262266916
        },
        {
            "start": 1262266920,
            "stop": 1262268933
        },
        {
            "start": 1262268937,
            "stop": 1262270940
        },
        {
            "start": 1262270943,
            "stop": 1262273737
        },
        {
            "start": 1262273738,
            "stop": 1262274503
        },
        {
            "start": 1262274504,
            "stop": 1262275557
        }
    ]
}