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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=265",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 266,
    "results": [
        {
            "start": 931511676,
            "stop": 931511688
        },
        {
            "start": 931511691,
            "stop": 931511692
        },
        {
            "start": 931511694,
            "stop": 931511711
        },
        {
            "start": 931511715,
            "stop": 931511749
        },
        {
            "start": 931511752,
            "stop": 931511754
        },
        {
            "start": 931511757,
            "stop": 931511765
        },
        {
            "start": 931511768,
            "stop": 931511802
        },
        {
            "start": 931511804,
            "stop": 931511808
        },
        {
            "start": 931511811,
            "stop": 931511812
        },
        {
            "start": 931511815,
            "stop": 931511847
        },
        {
            "start": 931511850,
            "stop": 931511857
        },
        {
            "start": 931511860,
            "stop": 931511874
        },
        {
            "start": 931511879,
            "stop": 931511883
        },
        {
            "start": 931511885,
            "stop": 931511886
        },
        {
            "start": 931511890,
            "stop": 931511905
        },
        {
            "start": 931511911,
            "stop": 931511921
        },
        {
            "start": 931511924,
            "stop": 931511927
        },
        {
            "start": 931511929,
            "stop": 931511934
        },
        {
            "start": 931511939,
            "stop": 931511944
        },
        {
            "start": 931511951,
            "stop": 931511957
        }
    ]
}