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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4631",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4629",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4630,
    "results": [
        {
            "start": 874231906,
            "stop": 874231998
        },
        {
            "start": 874232018,
            "stop": 874232165
        },
        {
            "start": 874232184,
            "stop": 874232305
        },
        {
            "start": 874232332,
            "stop": 874232419
        },
        {
            "start": 874232438,
            "stop": 874232500
        },
        {
            "start": 874232549,
            "stop": 874232652
        },
        {
            "start": 874232694,
            "stop": 874232769
        },
        {
            "start": 874232908,
            "stop": 874232934
        },
        {
            "start": 874232968,
            "stop": 874233104
        },
        {
            "start": 874233123,
            "stop": 874233162
        },
        {
            "start": 874233211,
            "stop": 874233354
        },
        {
            "start": 874233377,
            "stop": 874233383
        },
        {
            "start": 874233422,
            "stop": 874233424
        },
        {
            "start": 874233443,
            "stop": 874233477
        },
        {
            "start": 874233498,
            "stop": 874233539
        },
        {
            "start": 874233574,
            "stop": 874233721
        },
        {
            "start": 874233741,
            "stop": 874233812
        },
        {
            "start": 874233831,
            "stop": 874233841
        },
        {
            "start": 874233860,
            "stop": 874233906
        },
        {
            "start": 874233925,
            "stop": 874233928
        }
    ]
}