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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=306",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 307,
    "results": [
        {
            "start": 828900170,
            "stop": 828900171
        },
        {
            "start": 828900206,
            "stop": 828900207
        },
        {
            "start": 828900269,
            "stop": 828900270
        },
        {
            "start": 828900275,
            "stop": 828900276
        },
        {
            "start": 828900290,
            "stop": 828900292
        },
        {
            "start": 828900295,
            "stop": 828900297
        },
        {
            "start": 828900301,
            "stop": 828900302
        },
        {
            "start": 828900308,
            "stop": 828900309
        },
        {
            "start": 828900328,
            "stop": 828900331
        },
        {
            "start": 828900343,
            "stop": 828900345
        },
        {
            "start": 828900351,
            "stop": 828900353
        },
        {
            "start": 828900358,
            "stop": 828900359
        },
        {
            "start": 828900369,
            "stop": 828900370
        },
        {
            "start": 828900400,
            "stop": 828900401
        },
        {
            "start": 828900470,
            "stop": 828900471
        },
        {
            "start": 828900478,
            "stop": 828900479
        },
        {
            "start": 828900488,
            "stop": 828900490
        },
        {
            "start": 828900525,
            "stop": 828900526
        },
        {
            "start": 828900548,
            "stop": 828900549
        },
        {
            "start": 828900557,
            "stop": 828900561
        }
    ]
}