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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=157",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 158,
    "results": [
        {
            "start": 931596896,
            "stop": 931596903
        },
        {
            "start": 931596917,
            "stop": 931596920
        },
        {
            "start": 931596923,
            "stop": 931596934
        },
        {
            "start": 931596937,
            "stop": 931596942
        },
        {
            "start": 931596947,
            "stop": 931596956
        },
        {
            "start": 931596959,
            "stop": 931596964
        },
        {
            "start": 931596966,
            "stop": 931596970
        },
        {
            "start": 931596973,
            "stop": 931596975
        },
        {
            "start": 931596980,
            "stop": 931596988
        },
        {
            "start": 931596991,
            "stop": 931596992
        },
        {
            "start": 931596995,
            "stop": 931596997
        },
        {
            "start": 931597003,
            "stop": 931597006
        },
        {
            "start": 931597009,
            "stop": 931597010
        },
        {
            "start": 931597013,
            "stop": 931597028
        },
        {
            "start": 931597036,
            "stop": 931597056
        },
        {
            "start": 931597062,
            "stop": 931597076
        },
        {
            "start": 931597081,
            "stop": 931597085
        },
        {
            "start": 931597091,
            "stop": 931597094
        },
        {
            "start": 931597098,
            "stop": 931597112
        },
        {
            "start": 931597118,
            "stop": 931597126
        }
    ]
}