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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=345",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 346,
    "results": [
        {
            "start": 931920280,
            "stop": 931920281
        },
        {
            "start": 931920283,
            "stop": 931920286
        },
        {
            "start": 931920288,
            "stop": 931920298
        },
        {
            "start": 931920300,
            "stop": 931920325
        },
        {
            "start": 931920327,
            "stop": 931920339
        },
        {
            "start": 931920341,
            "stop": 931920404
        },
        {
            "start": 931920406,
            "stop": 931920407
        },
        {
            "start": 931920410,
            "stop": 931920433
        },
        {
            "start": 931920435,
            "stop": 931920447
        },
        {
            "start": 931920449,
            "stop": 931920453
        },
        {
            "start": 931920456,
            "stop": 931920470
        },
        {
            "start": 931920476,
            "stop": 931920479
        },
        {
            "start": 931920483,
            "stop": 931920487
        },
        {
            "start": 931920489,
            "stop": 931920491
        },
        {
            "start": 931920493,
            "stop": 931920502
        },
        {
            "start": 931920504,
            "stop": 931920532
        },
        {
            "start": 931920536,
            "stop": 931920538
        },
        {
            "start": 931920540,
            "stop": 931920562
        },
        {
            "start": 931920564,
            "stop": 931920581
        },
        {
            "start": 931920583,
            "stop": 931920603
        }
    ]
}