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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=184",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 185,
    "results": [
        {
            "start": 931433796,
            "stop": 931433817
        },
        {
            "start": 931433818,
            "stop": 931433823
        },
        {
            "start": 931433825,
            "stop": 931433828
        },
        {
            "start": 931433834,
            "stop": 931433841
        },
        {
            "start": 931433843,
            "stop": 931433849
        },
        {
            "start": 931433851,
            "stop": 931433858
        },
        {
            "start": 931433860,
            "stop": 931433867
        },
        {
            "start": 931433869,
            "stop": 931433874
        },
        {
            "start": 931433876,
            "stop": 931433892
        },
        {
            "start": 931433896,
            "stop": 931433909
        },
        {
            "start": 931433913,
            "stop": 931433916
        },
        {
            "start": 931433918,
            "stop": 931433928
        },
        {
            "start": 931433932,
            "stop": 931433959
        },
        {
            "start": 931433963,
            "stop": 931433977
        },
        {
            "start": 931433979,
            "stop": 931433986
        },
        {
            "start": 931433988,
            "stop": 931433990
        },
        {
            "start": 931433992,
            "stop": 931433996
        },
        {
            "start": 931433998,
            "stop": 931434001
        },
        {
            "start": 931434003,
            "stop": 931434007
        },
        {
            "start": 931434009,
            "stop": 931434010
        }
    ]
}