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=719
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=720",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=718",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 719,
    "results": [
        {
            "start": 1248989079,
            "stop": 1248989091
        },
        {
            "start": 1248989093,
            "stop": 1248989094
        },
        {
            "start": 1248989095,
            "stop": 1248989134
        },
        {
            "start": 1248989135,
            "stop": 1248989152
        },
        {
            "start": 1248989154,
            "stop": 1248989158
        },
        {
            "start": 1248989159,
            "stop": 1248989175
        },
        {
            "start": 1248989177,
            "stop": 1248989267
        },
        {
            "start": 1248989268,
            "stop": 1248989272
        },
        {
            "start": 1248989273,
            "stop": 1248989450
        },
        {
            "start": 1248989451,
            "stop": 1248989493
        },
        {
            "start": 1248989494,
            "stop": 1248989602
        },
        {
            "start": 1248989603,
            "stop": 1248989604
        },
        {
            "start": 1248989605,
            "stop": 1248989616
        },
        {
            "start": 1248989617,
            "stop": 1248989642
        },
        {
            "start": 1248989643,
            "stop": 1248989723
        },
        {
            "start": 1248989724,
            "stop": 1248989764
        },
        {
            "start": 1248989765,
            "stop": 1248989766
        },
        {
            "start": 1248989767,
            "stop": 1248989771
        },
        {
            "start": 1248989772,
            "stop": 1248989812
        },
        {
            "start": 1248989814,
            "stop": 1248989873
        }
    ]
}