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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=74",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 75,
    "results": [
        {
            "start": 931595232,
            "stop": 931595246
        },
        {
            "start": 931595260,
            "stop": 931595268
        },
        {
            "start": 931595283,
            "stop": 931595323
        },
        {
            "start": 931595330,
            "stop": 931595337
        },
        {
            "start": 931595360,
            "stop": 931595365
        },
        {
            "start": 931595372,
            "stop": 931595377
        },
        {
            "start": 931595390,
            "stop": 931595396
        },
        {
            "start": 931595403,
            "stop": 931595404
        },
        {
            "start": 931595410,
            "stop": 931595413
        },
        {
            "start": 931595420,
            "stop": 931595426
        },
        {
            "start": 931595433,
            "stop": 931595438
        },
        {
            "start": 931595462,
            "stop": 931595467
        },
        {
            "start": 931595477,
            "stop": 931595480
        },
        {
            "start": 931595494,
            "stop": 931595496
        },
        {
            "start": 931595503,
            "stop": 931595507
        },
        {
            "start": 931595533,
            "stop": 931595566
        },
        {
            "start": 931595583,
            "stop": 931595588
        },
        {
            "start": 931595603,
            "stop": 931595619
        },
        {
            "start": 931595625,
            "stop": 931595626
        },
        {
            "start": 931595643,
            "stop": 931595645
        }
    ]
}