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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=316",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 317,
    "results": [
        {
            "start": 1240214106,
            "stop": 1240214218
        },
        {
            "start": 1240214223,
            "stop": 1240214224
        },
        {
            "start": 1240214226,
            "stop": 1240214344
        },
        {
            "start": 1240214346,
            "stop": 1240214444
        },
        {
            "start": 1240214446,
            "stop": 1240214564
        },
        {
            "start": 1240214566,
            "stop": 1240214684
        },
        {
            "start": 1240214686,
            "stop": 1240214804
        },
        {
            "start": 1240214806,
            "stop": 1240214924
        },
        {
            "start": 1240214926,
            "stop": 1240215044
        },
        {
            "start": 1240215046,
            "stop": 1240215108
        },
        {
            "start": 1240215113,
            "stop": 1240215164
        },
        {
            "start": 1240215166,
            "stop": 1240215284
        },
        {
            "start": 1240215286,
            "stop": 1240215404
        },
        {
            "start": 1240215406,
            "stop": 1240215524
        },
        {
            "start": 1240215526,
            "stop": 1240215644
        },
        {
            "start": 1240215646,
            "stop": 1240215703
        },
        {
            "start": 1240215707,
            "stop": 1240215764
        },
        {
            "start": 1240215766,
            "stop": 1240215884
        },
        {
            "start": 1240215886,
            "stop": 1240216004
        },
        {
            "start": 1240216006,
            "stop": 1240216072
        }
    ]
}