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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=308",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 309,
    "results": [
        {
            "start": 931771644,
            "stop": 931771647
        },
        {
            "start": 931771653,
            "stop": 931771656
        },
        {
            "start": 931771666,
            "stop": 931771672
        },
        {
            "start": 931771675,
            "stop": 931771686
        },
        {
            "start": 931771689,
            "stop": 931771693
        },
        {
            "start": 931771696,
            "stop": 931771700
        },
        {
            "start": 931771703,
            "stop": 931771704
        },
        {
            "start": 931771707,
            "stop": 931771750
        },
        {
            "start": 931771757,
            "stop": 931771759
        },
        {
            "start": 931771762,
            "stop": 931771764
        },
        {
            "start": 931771766,
            "stop": 931771769
        },
        {
            "start": 931771772,
            "stop": 931771786
        },
        {
            "start": 931771789,
            "stop": 931771793
        },
        {
            "start": 931771796,
            "stop": 931771798
        },
        {
            "start": 931771801,
            "stop": 931771802
        },
        {
            "start": 931771805,
            "stop": 931771807
        },
        {
            "start": 931771810,
            "stop": 931771836
        },
        {
            "start": 931771839,
            "stop": 931771846
        },
        {
            "start": 931771849,
            "stop": 931771860
        },
        {
            "start": 931771863,
            "stop": 931771866
        }
    ]
}