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=9773
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=9774",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9772",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9773,
    "results": [
        {
            "start": 873715808,
            "stop": 873715823
        },
        {
            "start": 873715827,
            "stop": 873715854
        },
        {
            "start": 873715857,
            "stop": 873715859
        },
        {
            "start": 873715864,
            "stop": 873715866
        },
        {
            "start": 873720958,
            "stop": 873720959
        },
        {
            "start": 873720970,
            "stop": 873720971
        },
        {
            "start": 873720978,
            "stop": 873720979
        },
        {
            "start": 873720981,
            "stop": 873720983
        },
        {
            "start": 873720984,
            "stop": 873720985
        },
        {
            "start": 873720995,
            "stop": 873720996
        },
        {
            "start": 873721003,
            "stop": 873721005
        },
        {
            "start": 873721008,
            "stop": 873721011
        },
        {
            "start": 873721014,
            "stop": 873721017
        },
        {
            "start": 873721019,
            "stop": 873721021
        },
        {
            "start": 873721030,
            "stop": 873721031
        },
        {
            "start": 873721033,
            "stop": 873721035
        },
        {
            "start": 873721037,
            "stop": 873721038
        },
        {
            "start": 873721040,
            "stop": 873721042
        },
        {
            "start": 873721043,
            "stop": 873721046
        },
        {
            "start": 873721047,
            "stop": 873721054
        }
    ]
}