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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=765",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=763",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 764,
    "results": [
        {
            "start": 1249071278,
            "stop": 1249071279
        },
        {
            "start": 1249071280,
            "stop": 1249071812
        },
        {
            "start": 1249071813,
            "stop": 1249071823
        },
        {
            "start": 1249071824,
            "stop": 1249071832
        },
        {
            "start": 1249071833,
            "stop": 1249071854
        },
        {
            "start": 1249071857,
            "stop": 1249071924
        },
        {
            "start": 1249071928,
            "stop": 1249072191
        },
        {
            "start": 1249072194,
            "stop": 1249072250
        },
        {
            "start": 1249072252,
            "stop": 1249072280
        },
        {
            "start": 1249072284,
            "stop": 1249072384
        },
        {
            "start": 1249072387,
            "stop": 1249072461
        },
        {
            "start": 1249072469,
            "stop": 1249072852
        },
        {
            "start": 1249072856,
            "stop": 1249072995
        },
        {
            "start": 1249072997,
            "stop": 1249072998
        },
        {
            "start": 1249073001,
            "stop": 1249073051
        },
        {
            "start": 1249073052,
            "stop": 1249073067
        },
        {
            "start": 1249073070,
            "stop": 1249073212
        },
        {
            "start": 1249073217,
            "stop": 1249073368
        },
        {
            "start": 1249073371,
            "stop": 1249073436
        },
        {
            "start": 1249073441,
            "stop": 1249073442
        }
    ]
}