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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9786",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9784",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9785,
    "results": [
        {
            "start": 873775121,
            "stop": 873775193
        },
        {
            "start": 873775196,
            "stop": 873775204
        },
        {
            "start": 873775207,
            "stop": 873775641
        },
        {
            "start": 873775644,
            "stop": 873775880
        },
        {
            "start": 873775883,
            "stop": 873775885
        },
        {
            "start": 873775889,
            "stop": 873775891
        },
        {
            "start": 873775894,
            "stop": 873775896
        },
        {
            "start": 873775900,
            "stop": 873775995
        },
        {
            "start": 873775999,
            "stop": 873776166
        },
        {
            "start": 873776169,
            "stop": 873776326
        },
        {
            "start": 873776329,
            "stop": 873776538
        },
        {
            "start": 873776543,
            "stop": 873776574
        },
        {
            "start": 873776577,
            "stop": 873776579
        },
        {
            "start": 873776582,
            "stop": 873776623
        },
        {
            "start": 873776626,
            "stop": 873776694
        },
        {
            "start": 873776697,
            "stop": 873776698
        },
        {
            "start": 873776701,
            "stop": 873777196
        },
        {
            "start": 873777199,
            "stop": 873778146
        },
        {
            "start": 873778149,
            "stop": 873778309
        },
        {
            "start": 873778312,
            "stop": 873779417
        }
    ]
}