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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=392",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 393,
    "results": [
        {
            "start": 1181327409,
            "stop": 1181327415
        },
        {
            "start": 1181327416,
            "stop": 1181327444
        },
        {
            "start": 1181327445,
            "stop": 1181327468
        },
        {
            "start": 1181327469,
            "stop": 1181327521
        },
        {
            "start": 1181327522,
            "stop": 1181327572
        },
        {
            "start": 1181327573,
            "stop": 1181327576
        },
        {
            "start": 1181327578,
            "stop": 1181327580
        },
        {
            "start": 1181327581,
            "stop": 1181327582
        },
        {
            "start": 1181327586,
            "stop": 1181327592
        },
        {
            "start": 1181327594,
            "stop": 1181327623
        },
        {
            "start": 1181327628,
            "stop": 1181327718
        },
        {
            "start": 1181327723,
            "stop": 1181327726
        },
        {
            "start": 1181327729,
            "stop": 1181327763
        },
        {
            "start": 1181327780,
            "stop": 1181327782
        },
        {
            "start": 1181327784,
            "stop": 1181327785
        },
        {
            "start": 1181327789,
            "stop": 1181327831
        },
        {
            "start": 1181327832,
            "stop": 1181327836
        },
        {
            "start": 1181327840,
            "stop": 1181327845
        },
        {
            "start": 1181327847,
            "stop": 1181327857
        },
        {
            "start": 1181327858,
            "stop": 1181327885
        }
    ]
}