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_CAT3/segments?format=api&page=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=43",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 44,
    "results": [
        {
            "start": 1238191505,
            "stop": 1238191510
        },
        {
            "start": 1238191514,
            "stop": 1238191521
        },
        {
            "start": 1238191522,
            "stop": 1238191523
        },
        {
            "start": 1238191524,
            "stop": 1238191532
        },
        {
            "start": 1238191533,
            "stop": 1238191538
        },
        {
            "start": 1238191539,
            "stop": 1238191540
        },
        {
            "start": 1238191542,
            "stop": 1238191553
        },
        {
            "start": 1238191554,
            "stop": 1238191557
        },
        {
            "start": 1238191560,
            "stop": 1238191570
        },
        {
            "start": 1238191572,
            "stop": 1238191578
        },
        {
            "start": 1238191580,
            "stop": 1238191581
        },
        {
            "start": 1238191584,
            "stop": 1238191588
        },
        {
            "start": 1238191590,
            "stop": 1238191597
        },
        {
            "start": 1238191598,
            "stop": 1238191605
        },
        {
            "start": 1238191607,
            "stop": 1238191627
        },
        {
            "start": 1238191629,
            "stop": 1238191635
        },
        {
            "start": 1238191638,
            "stop": 1238191643
        },
        {
            "start": 1238191647,
            "stop": 1238191652
        },
        {
            "start": 1238191654,
            "stop": 1238191661
        },
        {
            "start": 1238191662,
            "stop": 1238191667
        }
    ]
}