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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=2",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 3,
    "results": [
        {
            "start": 1396877059,
            "stop": 1396877530
        },
        {
            "start": 1396911826,
            "stop": 1396913483
        },
        {
            "start": 1396913487,
            "stop": 1396914574
        },
        {
            "start": 1396914579,
            "stop": 1396915214
        },
        {
            "start": 1396915217,
            "stop": 1396926279
        },
        {
            "start": 1396926283,
            "stop": 1396927046
        },
        {
            "start": 1396927050,
            "stop": 1396927277
        },
        {
            "start": 1396927279,
            "stop": 1396928991
        },
        {
            "start": 1396928994,
            "stop": 1396934473
        },
        {
            "start": 1396934476,
            "stop": 1396947241
        },
        {
            "start": 1396947244,
            "stop": 1396955765
        },
        {
            "start": 1396955767,
            "stop": 1396958453
        },
        {
            "start": 1396958458,
            "stop": 1396959130
        },
        {
            "start": 1396959378,
            "stop": 1396976458
        },
        {
            "start": 1396976461,
            "stop": 1396978150
        },
        {
            "start": 1396983126,
            "stop": 1396984510
        },
        {
            "start": 1396984512,
            "stop": 1396987625
        },
        {
            "start": 1396998131,
            "stop": 1397004801
        },
        {
            "start": 1397004804,
            "stop": 1397017778
        },
        {
            "start": 1397017781,
            "stop": 1397027426
        }
    ]
}