Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=8",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 9,
    "results": [
        {
            "start": 1238179625,
            "stop": 1238179628
        },
        {
            "start": 1238179629,
            "stop": 1238179630
        },
        {
            "start": 1238179637,
            "stop": 1238179644
        },
        {
            "start": 1238179648,
            "stop": 1238179653
        },
        {
            "start": 1238179654,
            "stop": 1238179659
        },
        {
            "start": 1238179666,
            "stop": 1238179669
        },
        {
            "start": 1238179671,
            "stop": 1238179677
        },
        {
            "start": 1238179678,
            "stop": 1238179683
        },
        {
            "start": 1238179684,
            "stop": 1238179686
        },
        {
            "start": 1238179687,
            "stop": 1238179692
        },
        {
            "start": 1238179698,
            "stop": 1238179700
        },
        {
            "start": 1238179705,
            "stop": 1238179706
        },
        {
            "start": 1238179716,
            "stop": 1238179720
        },
        {
            "start": 1238179725,
            "stop": 1238179733
        },
        {
            "start": 1238179740,
            "stop": 1238179747
        },
        {
            "start": 1238179752,
            "stop": 1238179753
        },
        {
            "start": 1238179761,
            "stop": 1238179764
        },
        {
            "start": 1238179770,
            "stop": 1238179792
        },
        {
            "start": 1238179797,
            "stop": 1238179804
        },
        {
            "start": 1238179812,
            "stop": 1238180345
        }
    ]
}