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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=721",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=719",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 720,
    "results": [
        {
            "start": 851671008,
            "stop": 851674114
        },
        {
            "start": 851677733,
            "stop": 851680071
        },
        {
            "start": 851680074,
            "stop": 851682981
        },
        {
            "start": 851682990,
            "stop": 851682994
        },
        {
            "start": 851682997,
            "stop": 851685879
        },
        {
            "start": 851685889,
            "stop": 851697990
        },
        {
            "start": 851698050,
            "stop": 851698052
        },
        {
            "start": 851699586,
            "stop": 851729430
        },
        {
            "start": 851729490,
            "stop": 851729497
        },
        {
            "start": 851730398,
            "stop": 851755110
        },
        {
            "start": 851755126,
            "stop": 851778342
        },
        {
            "start": 851782100,
            "stop": 851782397
        },
        {
            "start": 851782398,
            "stop": 851783833
        },
        {
            "start": 851783834,
            "stop": 851784572
        },
        {
            "start": 851784637,
            "stop": 851784638
        },
        {
            "start": 851785259,
            "stop": 851785384
        },
        {
            "start": 851787216,
            "stop": 851787930
        },
        {
            "start": 851805974,
            "stop": 851864205
        },
        {
            "start": 851864525,
            "stop": 851864607
        },
        {
            "start": 851865007,
            "stop": 851865076
        }
    ]
}