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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=74",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 75,
    "results": [
        {
            "start": 819621529,
            "stop": 819621889
        },
        {
            "start": 819622145,
            "stop": 819624065
        },
        {
            "start": 819624228,
            "stop": 819624648
        },
        {
            "start": 819624895,
            "stop": 819625075
        },
        {
            "start": 819626342,
            "stop": 819626402
        },
        {
            "start": 819626585,
            "stop": 819626645
        },
        {
            "start": 819626941,
            "stop": 819627421
        },
        {
            "start": 819627596,
            "stop": 819630236
        },
        {
            "start": 819630560,
            "stop": 819630680
        },
        {
            "start": 819630831,
            "stop": 819631191
        },
        {
            "start": 819631507,
            "stop": 819631807
        },
        {
            "start": 819632310,
            "stop": 819632850
        },
        {
            "start": 819632987,
            "stop": 819633347
        },
        {
            "start": 819633515,
            "stop": 819633575
        },
        {
            "start": 819633816,
            "stop": 819633876
        },
        {
            "start": 819634260,
            "stop": 819634800
        },
        {
            "start": 819634986,
            "stop": 819635046
        },
        {
            "start": 819635424,
            "stop": 819635604
        },
        {
            "start": 819636022,
            "stop": 819636142
        },
        {
            "start": 819636284,
            "stop": 819636824
        }
    ]
}