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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=605",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=603",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 604,
    "results": [
        {
            "start": 828450624,
            "stop": 828451209
        },
        {
            "start": 828451212,
            "stop": 828451232
        },
        {
            "start": 828451249,
            "stop": 828451495
        },
        {
            "start": 828451512,
            "stop": 828452327
        },
        {
            "start": 828452344,
            "stop": 828452800
        },
        {
            "start": 828452817,
            "stop": 828453138
        },
        {
            "start": 828453155,
            "stop": 828453431
        },
        {
            "start": 828453435,
            "stop": 828454136
        },
        {
            "start": 828454139,
            "stop": 828454306
        },
        {
            "start": 828454323,
            "stop": 828454384
        },
        {
            "start": 828454388,
            "stop": 828454437
        },
        {
            "start": 828454454,
            "stop": 828454462
        },
        {
            "start": 828454466,
            "stop": 828454607
        },
        {
            "start": 828454624,
            "stop": 828454627
        },
        {
            "start": 828454644,
            "stop": 828454800
        },
        {
            "start": 828454817,
            "stop": 828454980
        },
        {
            "start": 828455040,
            "stop": 828455188
        },
        {
            "start": 828455193,
            "stop": 828455470
        },
        {
            "start": 828455487,
            "stop": 828455640
        },
        {
            "start": 828455700,
            "stop": 828456280
        }
    ]
}