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=375
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=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=374",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 375,
    "results": [
        {
            "start": 823419307,
            "stop": 823419745
        },
        {
            "start": 823419762,
            "stop": 823419862
        },
        {
            "start": 823419879,
            "stop": 823421748
        },
        {
            "start": 823421765,
            "stop": 823421989
        },
        {
            "start": 823422006,
            "stop": 823423193
        },
        {
            "start": 823426108,
            "stop": 823427444
        },
        {
            "start": 823427461,
            "stop": 823429128
        },
        {
            "start": 823429145,
            "stop": 823430502
        },
        {
            "start": 823430519,
            "stop": 823430718
        },
        {
            "start": 823430735,
            "stop": 823430958
        },
        {
            "start": 823430975,
            "stop": 823431969
        },
        {
            "start": 823431986,
            "stop": 823433334
        },
        {
            "start": 823433351,
            "stop": 823434398
        },
        {
            "start": 823434415,
            "stop": 823434551
        },
        {
            "start": 823434568,
            "stop": 823435538
        },
        {
            "start": 823435555,
            "stop": 823437658
        },
        {
            "start": 823437675,
            "stop": 823438984
        },
        {
            "start": 823439001,
            "stop": 823440883
        },
        {
            "start": 823440887,
            "stop": 823441739
        },
        {
            "start": 823441743,
            "stop": 823444179
        }
    ]
}