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=196
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=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=195",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 196,
    "results": [
        {
            "start": 816850437,
            "stop": 816850444
        },
        {
            "start": 816850451,
            "stop": 816850452
        },
        {
            "start": 816850459,
            "stop": 816850515
        },
        {
            "start": 816850521,
            "stop": 816850522
        },
        {
            "start": 816850527,
            "stop": 816850528
        },
        {
            "start": 816850533,
            "stop": 816850572
        },
        {
            "start": 816850590,
            "stop": 816850592
        },
        {
            "start": 816850597,
            "stop": 816850598
        },
        {
            "start": 816850604,
            "stop": 816850607
        },
        {
            "start": 816850612,
            "stop": 816850620
        },
        {
            "start": 816850625,
            "stop": 816850782
        },
        {
            "start": 816850788,
            "stop": 816850800
        },
        {
            "start": 816850804,
            "stop": 816850858
        },
        {
            "start": 816850864,
            "stop": 816850865
        },
        {
            "start": 816850873,
            "stop": 816850876
        },
        {
            "start": 816850880,
            "stop": 816850887
        },
        {
            "start": 816850892,
            "stop": 816850934
        },
        {
            "start": 816850938,
            "stop": 816850942
        },
        {
            "start": 816850947,
            "stop": 816850970
        },
        {
            "start": 816850975,
            "stop": 816850982
        }
    ]
}