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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=266",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 267,
    "results": [
        {
            "start": 931681859,
            "stop": 931681862
        },
        {
            "start": 931681865,
            "stop": 931681870
        },
        {
            "start": 931681874,
            "stop": 931681884
        },
        {
            "start": 931681890,
            "stop": 931681893
        },
        {
            "start": 931681896,
            "stop": 931681898
        },
        {
            "start": 931681901,
            "stop": 931681904
        },
        {
            "start": 931681907,
            "stop": 931681909
        },
        {
            "start": 931681914,
            "stop": 931681915
        },
        {
            "start": 931681917,
            "stop": 931681919
        },
        {
            "start": 931681923,
            "stop": 931681924
        },
        {
            "start": 931681927,
            "stop": 931681928
        },
        {
            "start": 931681933,
            "stop": 931681935
        },
        {
            "start": 931681941,
            "stop": 931681945
        },
        {
            "start": 931681949,
            "stop": 931681950
        },
        {
            "start": 931681953,
            "stop": 931681954
        },
        {
            "start": 931681962,
            "stop": 931681965
        },
        {
            "start": 931681967,
            "stop": 931681968
        },
        {
            "start": 931681974,
            "stop": 931681975
        },
        {
            "start": 931681978,
            "stop": 931681982
        },
        {
            "start": 931681986,
            "stop": 931681989
        }
    ]
}