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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=247",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 248,
    "results": [
        {
            "start": 820923478,
            "stop": 820923549
        },
        {
            "start": 820923561,
            "stop": 820923613
        },
        {
            "start": 820923620,
            "stop": 820923637
        },
        {
            "start": 820923644,
            "stop": 820923794
        },
        {
            "start": 820923801,
            "stop": 820924095
        },
        {
            "start": 820924102,
            "stop": 820924122
        },
        {
            "start": 820924129,
            "stop": 820924173
        },
        {
            "start": 820924180,
            "stop": 820924190
        },
        {
            "start": 820924197,
            "stop": 820924258
        },
        {
            "start": 820924265,
            "stop": 820924465
        },
        {
            "start": 820924473,
            "stop": 820924528
        },
        {
            "start": 820924536,
            "stop": 820924602
        },
        {
            "start": 820924610,
            "stop": 820924711
        },
        {
            "start": 820924718,
            "stop": 820924772
        },
        {
            "start": 820924779,
            "stop": 820924952
        },
        {
            "start": 820924960,
            "stop": 820925117
        },
        {
            "start": 820925129,
            "stop": 820925284
        },
        {
            "start": 820925291,
            "stop": 820925323
        },
        {
            "start": 820925331,
            "stop": 820925520
        },
        {
            "start": 820925528,
            "stop": 820925723
        }
    ]
}