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=378
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=379",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=377",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 378,
    "results": [
        {
            "start": 1264328548,
            "stop": 1264328549
        },
        {
            "start": 1264328550,
            "stop": 1264328554
        },
        {
            "start": 1264328555,
            "stop": 1264328562
        },
        {
            "start": 1264328563,
            "stop": 1264328568
        },
        {
            "start": 1264328569,
            "stop": 1264328572
        },
        {
            "start": 1264328573,
            "stop": 1264328580
        },
        {
            "start": 1264328583,
            "stop": 1264328584
        },
        {
            "start": 1264328588,
            "stop": 1264328611
        },
        {
            "start": 1264328613,
            "stop": 1264328614
        },
        {
            "start": 1264328617,
            "stop": 1264328622
        },
        {
            "start": 1264328625,
            "stop": 1264328626
        },
        {
            "start": 1264328628,
            "stop": 1264328646
        },
        {
            "start": 1264328654,
            "stop": 1264328657
        },
        {
            "start": 1264328659,
            "stop": 1264328663
        },
        {
            "start": 1264328668,
            "stop": 1264328673
        },
        {
            "start": 1264328674,
            "stop": 1264328679
        },
        {
            "start": 1264328680,
            "stop": 1264328681
        },
        {
            "start": 1264328682,
            "stop": 1264328684
        },
        {
            "start": 1264328686,
            "stop": 1264328687
        },
        {
            "start": 1264328694,
            "stop": 1264328697
        }
    ]
}