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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=317",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 318,
    "results": [
        {
            "start": 821332833,
            "stop": 821332903
        },
        {
            "start": 821332906,
            "stop": 821332962
        },
        {
            "start": 821332965,
            "stop": 821333081
        },
        {
            "start": 821333088,
            "stop": 821333113
        },
        {
            "start": 821333116,
            "stop": 821333146
        },
        {
            "start": 821333149,
            "stop": 821333190
        },
        {
            "start": 821333197,
            "stop": 821333248
        },
        {
            "start": 821333255,
            "stop": 821333343
        },
        {
            "start": 821333346,
            "stop": 821333376
        },
        {
            "start": 821333379,
            "stop": 821333382
        },
        {
            "start": 821333389,
            "stop": 821333399
        },
        {
            "start": 821333402,
            "stop": 821333625
        },
        {
            "start": 821333628,
            "stop": 821333648
        },
        {
            "start": 821333651,
            "stop": 821333665
        },
        {
            "start": 821333668,
            "stop": 821333692
        },
        {
            "start": 821333695,
            "stop": 821333759
        },
        {
            "start": 821333762,
            "stop": 821333784
        },
        {
            "start": 821333787,
            "stop": 821333909
        },
        {
            "start": 821333912,
            "stop": 821334129
        },
        {
            "start": 821334136,
            "stop": 821334208
        }
    ]
}