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=673
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=674",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=672",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 673,
    "results": [
        {
            "start": 1248508723,
            "stop": 1248508801
        },
        {
            "start": 1248511434,
            "stop": 1248515604
        },
        {
            "start": 1248515607,
            "stop": 1248519964
        },
        {
            "start": 1248519967,
            "stop": 1248520247
        },
        {
            "start": 1248520250,
            "stop": 1248525678
        },
        {
            "start": 1248525682,
            "stop": 1248526855
        },
        {
            "start": 1248526858,
            "stop": 1248529078
        },
        {
            "start": 1248529082,
            "stop": 1248529578
        },
        {
            "start": 1248530230,
            "stop": 1248530243
        },
        {
            "start": 1248563828,
            "stop": 1248571301
        },
        {
            "start": 1248571304,
            "stop": 1248571925
        },
        {
            "start": 1248576873,
            "stop": 1248578783
        },
        {
            "start": 1248578786,
            "stop": 1248578875
        },
        {
            "start": 1248578880,
            "stop": 1248582379
        },
        {
            "start": 1248582382,
            "stop": 1248582687
        },
        {
            "start": 1248582691,
            "stop": 1248583317
        },
        {
            "start": 1248583321,
            "stop": 1248583920
        },
        {
            "start": 1248583925,
            "stop": 1248585944
        },
        {
            "start": 1248585946,
            "stop": 1248587952
        },
        {
            "start": 1248593321,
            "stop": 1248594903
        }
    ]
}