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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1722",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1720",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1721,
    "results": [
        {
            "start": 958057175,
            "stop": 958059479
        },
        {
            "start": 958059481,
            "stop": 958060852
        },
        {
            "start": 958060854,
            "stop": 958062211
        },
        {
            "start": 958062819,
            "stop": 958065371
        },
        {
            "start": 958065373,
            "stop": 958065408
        },
        {
            "start": 958065410,
            "stop": 958065875
        },
        {
            "start": 958066900,
            "stop": 958066962
        },
        {
            "start": 958067879,
            "stop": 958067887
        },
        {
            "start": 958067889,
            "stop": 958068708
        },
        {
            "start": 958068709,
            "stop": 958069253
        },
        {
            "start": 958069255,
            "stop": 958073844
        },
        {
            "start": 958073846,
            "stop": 958074239
        },
        {
            "start": 958074241,
            "stop": 958076254
        },
        {
            "start": 958076256,
            "stop": 958076559
        },
        {
            "start": 958076561,
            "stop": 958076632
        },
        {
            "start": 958076634,
            "stop": 958076864
        },
        {
            "start": 958076866,
            "stop": 958077616
        },
        {
            "start": 958078592,
            "stop": 958079253
        },
        {
            "start": 958079824,
            "stop": 958081545
        },
        {
            "start": 958081547,
            "stop": 958082721
        }
    ]
}