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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=359",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 360,
    "results": [
        {
            "start": 939552315,
            "stop": 939552400
        },
        {
            "start": 939552403,
            "stop": 939552530
        },
        {
            "start": 939552533,
            "stop": 939552784
        },
        {
            "start": 939552792,
            "stop": 939552808
        },
        {
            "start": 939552812,
            "stop": 939552816
        },
        {
            "start": 939552819,
            "stop": 939552851
        },
        {
            "start": 939552856,
            "stop": 939553200
        },
        {
            "start": 939553203,
            "stop": 939553241
        },
        {
            "start": 939553248,
            "stop": 939553258
        },
        {
            "start": 939553263,
            "stop": 939553474
        },
        {
            "start": 939553477,
            "stop": 939553515
        },
        {
            "start": 939553521,
            "stop": 939553561
        },
        {
            "start": 939553566,
            "stop": 939553578
        },
        {
            "start": 939553584,
            "stop": 939553623
        },
        {
            "start": 939553626,
            "stop": 939553628
        },
        {
            "start": 939553631,
            "stop": 939553683
        },
        {
            "start": 939553688,
            "stop": 939553801
        },
        {
            "start": 939553804,
            "stop": 939553812
        },
        {
            "start": 939553816,
            "stop": 939553821
        },
        {
            "start": 939553824,
            "stop": 939553852
        }
    ]
}