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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=129",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 130,
    "results": [
        {
            "start": 1379830642,
            "stop": 1379832241
        },
        {
            "start": 1379832246,
            "stop": 1379832653
        },
        {
            "start": 1379832658,
            "stop": 1379835336
        },
        {
            "start": 1379835341,
            "stop": 1379835506
        },
        {
            "start": 1379835511,
            "stop": 1379836034
        },
        {
            "start": 1379836039,
            "stop": 1379838851
        },
        {
            "start": 1379838856,
            "stop": 1379839083
        },
        {
            "start": 1379839088,
            "stop": 1379845756
        },
        {
            "start": 1379852881,
            "stop": 1379856474
        },
        {
            "start": 1379856481,
            "stop": 1379859751
        },
        {
            "start": 1379859756,
            "stop": 1379861937
        },
        {
            "start": 1379861942,
            "stop": 1379863995
        },
        {
            "start": 1379864000,
            "stop": 1379867090
        },
        {
            "start": 1379867094,
            "stop": 1379867410
        },
        {
            "start": 1379867415,
            "stop": 1379867763
        },
        {
            "start": 1379867768,
            "stop": 1379870923
        },
        {
            "start": 1379870928,
            "stop": 1379871228
        },
        {
            "start": 1379871238,
            "stop": 1379871261
        },
        {
            "start": 1379871266,
            "stop": 1379871281
        },
        {
            "start": 1379871286,
            "stop": 1379871922
        }
    ]
}