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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7129",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7130,
    "results": [
        {
            "start": 874309326,
            "stop": 874309428
        },
        {
            "start": 874309429,
            "stop": 874309727
        },
        {
            "start": 874309728,
            "stop": 874309746
        },
        {
            "start": 874309748,
            "stop": 874309753
        },
        {
            "start": 874309755,
            "stop": 874309762
        },
        {
            "start": 874309763,
            "stop": 874309769
        },
        {
            "start": 874309770,
            "stop": 874309991
        },
        {
            "start": 874309993,
            "stop": 874310088
        },
        {
            "start": 874310089,
            "stop": 874310209
        },
        {
            "start": 874310210,
            "stop": 874310379
        },
        {
            "start": 874310380,
            "stop": 874310498
        },
        {
            "start": 874310499,
            "stop": 874310686
        },
        {
            "start": 874310687,
            "stop": 874310845
        },
        {
            "start": 874310846,
            "stop": 874311196
        },
        {
            "start": 874311197,
            "stop": 874311436
        },
        {
            "start": 874311437,
            "stop": 874312127
        },
        {
            "start": 874312128,
            "stop": 874312467
        },
        {
            "start": 874312468,
            "stop": 874312711
        },
        {
            "start": 874312713,
            "stop": 874312947
        },
        {
            "start": 874312948,
            "stop": 874312973
        }
    ]
}