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=747
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=748",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=746",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 747,
    "results": [
        {
            "start": 1249050608,
            "stop": 1249050609
        },
        {
            "start": 1249050612,
            "stop": 1249050619
        },
        {
            "start": 1249050623,
            "stop": 1249050624
        },
        {
            "start": 1249050628,
            "stop": 1249050641
        },
        {
            "start": 1249050644,
            "stop": 1249050645
        },
        {
            "start": 1249050652,
            "stop": 1249050666
        },
        {
            "start": 1249050670,
            "stop": 1249050671
        },
        {
            "start": 1249050673,
            "stop": 1249050699
        },
        {
            "start": 1249050703,
            "stop": 1249050709
        },
        {
            "start": 1249050714,
            "stop": 1249050747
        },
        {
            "start": 1249050750,
            "stop": 1249050760
        },
        {
            "start": 1249050762,
            "stop": 1249050770
        },
        {
            "start": 1249050772,
            "stop": 1249050781
        },
        {
            "start": 1249050783,
            "stop": 1249050788
        },
        {
            "start": 1249050791,
            "stop": 1249050812
        },
        {
            "start": 1249050815,
            "stop": 1249050816
        },
        {
            "start": 1249050819,
            "stop": 1249050870
        },
        {
            "start": 1249050875,
            "stop": 1249050881
        },
        {
            "start": 1249050882,
            "stop": 1249050883
        },
        {
            "start": 1249050885,
            "stop": 1249050898
        }
    ]
}