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=9784
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=9785",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9783",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9784,
    "results": [
        {
            "start": 873767649,
            "stop": 873767655
        },
        {
            "start": 873767658,
            "stop": 873768858
        },
        {
            "start": 873768862,
            "stop": 873770877
        },
        {
            "start": 873770880,
            "stop": 873771001
        },
        {
            "start": 873771097,
            "stop": 873771352
        },
        {
            "start": 873771355,
            "stop": 873771356
        },
        {
            "start": 873771359,
            "stop": 873771363
        },
        {
            "start": 873771366,
            "stop": 873771599
        },
        {
            "start": 873771602,
            "stop": 873771612
        },
        {
            "start": 873771618,
            "stop": 873771688
        },
        {
            "start": 873771691,
            "stop": 873771703
        },
        {
            "start": 873771706,
            "stop": 873771711
        },
        {
            "start": 873771718,
            "stop": 873772414
        },
        {
            "start": 873772418,
            "stop": 873772423
        },
        {
            "start": 873772428,
            "stop": 873773623
        },
        {
            "start": 873773626,
            "stop": 873773961
        },
        {
            "start": 873773964,
            "stop": 873775081
        },
        {
            "start": 873775085,
            "stop": 873775090
        },
        {
            "start": 873775093,
            "stop": 873775111
        },
        {
            "start": 873775115,
            "stop": 873775118
        }
    ]
}