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=9808
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=9809",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9807",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9808,
    "results": [
        {
            "start": 873908635,
            "stop": 873908871
        },
        {
            "start": 873908874,
            "stop": 873908876
        },
        {
            "start": 873908879,
            "stop": 873908885
        },
        {
            "start": 873908890,
            "stop": 873909087
        },
        {
            "start": 873909090,
            "stop": 873909097
        },
        {
            "start": 873909100,
            "stop": 873909102
        },
        {
            "start": 873909105,
            "stop": 873909120
        },
        {
            "start": 873909123,
            "stop": 873909129
        },
        {
            "start": 873909132,
            "stop": 873909283
        },
        {
            "start": 873909286,
            "stop": 873909422
        },
        {
            "start": 873909427,
            "stop": 873909430
        },
        {
            "start": 873909434,
            "stop": 873909435
        },
        {
            "start": 873909439,
            "stop": 873909579
        },
        {
            "start": 873909582,
            "stop": 873909585
        },
        {
            "start": 873909588,
            "stop": 873909671
        },
        {
            "start": 873909674,
            "stop": 873909700
        },
        {
            "start": 873909703,
            "stop": 873909725
        },
        {
            "start": 873909728,
            "stop": 873909826
        },
        {
            "start": 873909829,
            "stop": 873909838
        },
        {
            "start": 873909841,
            "stop": 873909855
        }
    ]
}