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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=237",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 238,
    "results": [
        {
            "start": 933198571,
            "stop": 933199542
        },
        {
            "start": 933199561,
            "stop": 933199622
        },
        {
            "start": 933199781,
            "stop": 933200364
        },
        {
            "start": 933200365,
            "stop": 933203341
        },
        {
            "start": 933203342,
            "stop": 933204434
        },
        {
            "start": 933204439,
            "stop": 933205806
        },
        {
            "start": 933205811,
            "stop": 933206157
        },
        {
            "start": 933206158,
            "stop": 933206181
        },
        {
            "start": 933206186,
            "stop": 933207037
        },
        {
            "start": 933207042,
            "stop": 933211990
        },
        {
            "start": 933211995,
            "stop": 933214329
        },
        {
            "start": 933214348,
            "stop": 933215652
        },
        {
            "start": 933215653,
            "stop": 933215947
        },
        {
            "start": 933215948,
            "stop": 933217671
        },
        {
            "start": 933217672,
            "stop": 933218074
        },
        {
            "start": 933218075,
            "stop": 933218687
        },
        {
            "start": 933220514,
            "stop": 933220809
        },
        {
            "start": 933220810,
            "stop": 933221152
        },
        {
            "start": 933221153,
            "stop": 933221288
        },
        {
            "start": 933221293,
            "stop": 933221586
        }
    ]
}