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=1738
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=1739",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1737",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1738,
    "results": [
        {
            "start": 958609691,
            "stop": 958609726
        },
        {
            "start": 958609728,
            "stop": 958610054
        },
        {
            "start": 958613355,
            "stop": 958620717
        },
        {
            "start": 958620722,
            "stop": 958620969
        },
        {
            "start": 958620971,
            "stop": 958621320
        },
        {
            "start": 958621321,
            "stop": 958621508
        },
        {
            "start": 958621510,
            "stop": 958621846
        },
        {
            "start": 958621848,
            "stop": 958621850
        },
        {
            "start": 958621852,
            "stop": 958622078
        },
        {
            "start": 958622080,
            "stop": 958622274
        },
        {
            "start": 958622276,
            "stop": 958622457
        },
        {
            "start": 958622460,
            "stop": 958622462
        },
        {
            "start": 958622464,
            "stop": 958622522
        },
        {
            "start": 958622524,
            "stop": 958622532
        },
        {
            "start": 958622536,
            "stop": 958622537
        },
        {
            "start": 958622546,
            "stop": 958622557
        },
        {
            "start": 958622562,
            "stop": 958622564
        },
        {
            "start": 958622567,
            "stop": 958622616
        },
        {
            "start": 958622627,
            "stop": 958622664
        },
        {
            "start": 958622668,
            "stop": 958622739
        }
    ]
}