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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=343",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 344,
    "results": [
        {
            "start": 1240551281,
            "stop": 1240551327
        },
        {
            "start": 1240551332,
            "stop": 1240551590
        },
        {
            "start": 1240553514,
            "stop": 1240554241
        },
        {
            "start": 1240554253,
            "stop": 1240554763
        },
        {
            "start": 1240554768,
            "stop": 1240555622
        },
        {
            "start": 1240555626,
            "stop": 1240556044
        },
        {
            "start": 1240556048,
            "stop": 1240556052
        },
        {
            "start": 1240556055,
            "stop": 1240556317
        },
        {
            "start": 1240556322,
            "stop": 1240556525
        },
        {
            "start": 1240556529,
            "stop": 1240559864
        },
        {
            "start": 1240559867,
            "stop": 1240560930
        },
        {
            "start": 1240560935,
            "stop": 1240561063
        },
        {
            "start": 1240561066,
            "stop": 1240561397
        },
        {
            "start": 1240561400,
            "stop": 1240562956
        },
        {
            "start": 1240562959,
            "stop": 1240563002
        },
        {
            "start": 1240563006,
            "stop": 1240566829
        },
        {
            "start": 1240566834,
            "stop": 1240567890
        },
        {
            "start": 1240567892,
            "stop": 1240568718
        },
        {
            "start": 1240568721,
            "stop": 1240574947
        },
        {
            "start": 1240574952,
            "stop": 1240578992
        }
    ]
}