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_CAT2/segments?format=api&page=703
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=704",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=702",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 703,
    "results": [
        {
            "start": 1248783827,
            "stop": 1248783836
        },
        {
            "start": 1248798689,
            "stop": 1248799227
        },
        {
            "start": 1248799231,
            "stop": 1248799478
        },
        {
            "start": 1248799481,
            "stop": 1248801775
        },
        {
            "start": 1248801780,
            "stop": 1248804307
        },
        {
            "start": 1248804312,
            "stop": 1248805541
        },
        {
            "start": 1248805544,
            "stop": 1248805847
        },
        {
            "start": 1248805852,
            "stop": 1248806719
        },
        {
            "start": 1248806727,
            "stop": 1248807820
        },
        {
            "start": 1248807828,
            "stop": 1248808223
        },
        {
            "start": 1248808224,
            "stop": 1248810359
        },
        {
            "start": 1248810367,
            "stop": 1248813253
        },
        {
            "start": 1248813254,
            "stop": 1248819921
        },
        {
            "start": 1248819925,
            "stop": 1248822229
        },
        {
            "start": 1248822232,
            "stop": 1248822335
        },
        {
            "start": 1248822339,
            "stop": 1248824411
        },
        {
            "start": 1248824415,
            "stop": 1248825104
        },
        {
            "start": 1248825112,
            "stop": 1248826921
        },
        {
            "start": 1248826926,
            "stop": 1248828120
        },
        {
            "start": 1248828124,
            "stop": 1248828695
        }
    ]
}