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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3878",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3876",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3877,
    "results": [
        {
            "start": 873906292,
            "stop": 873906293
        },
        {
            "start": 873906296,
            "stop": 873908632
        },
        {
            "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
        }
    ]
}