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=4775
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=4776",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4774",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4775,
    "results": [
        {
            "start": 874596720,
            "stop": 874596732
        },
        {
            "start": 874596751,
            "stop": 874596780
        },
        {
            "start": 874596960,
            "stop": 874597008
        },
        {
            "start": 874597145,
            "stop": 874597168
        },
        {
            "start": 874597320,
            "stop": 874597329
        },
        {
            "start": 874597348,
            "stop": 874597385
        },
        {
            "start": 874597404,
            "stop": 874597410
        },
        {
            "start": 874597459,
            "stop": 874597525
        },
        {
            "start": 874597544,
            "stop": 874597545
        },
        {
            "start": 874597570,
            "stop": 874597580
        },
        {
            "start": 874597601,
            "stop": 874597611
        },
        {
            "start": 874597633,
            "stop": 874597639
        },
        {
            "start": 874597697,
            "stop": 874597721
        },
        {
            "start": 874597740,
            "stop": 874597746
        },
        {
            "start": 874597791,
            "stop": 874597800
        },
        {
            "start": 874597920,
            "stop": 874597947
        },
        {
            "start": 874597975,
            "stop": 874598060
        },
        {
            "start": 874598084,
            "stop": 874598100
        },
        {
            "start": 874598160,
            "stop": 874598165
        },
        {
            "start": 874598189,
            "stop": 874598316
        }
    ]
}