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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=267",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 268,
    "results": [
        {
            "start": 931681994,
            "stop": 931681995
        },
        {
            "start": 931681998,
            "stop": 931682001
        },
        {
            "start": 931682014,
            "stop": 931682021
        },
        {
            "start": 931682026,
            "stop": 931682029
        },
        {
            "start": 931682039,
            "stop": 931682040
        },
        {
            "start": 931682044,
            "stop": 931682051
        },
        {
            "start": 931682059,
            "stop": 931682063
        },
        {
            "start": 931682066,
            "stop": 931682068
        },
        {
            "start": 931682071,
            "stop": 931682076
        },
        {
            "start": 931682095,
            "stop": 931682096
        },
        {
            "start": 931682105,
            "stop": 931682107
        },
        {
            "start": 931682111,
            "stop": 931682113
        },
        {
            "start": 931682123,
            "stop": 931682124
        },
        {
            "start": 931682131,
            "stop": 931682136
        },
        {
            "start": 931682138,
            "stop": 931682140
        },
        {
            "start": 931682143,
            "stop": 931682148
        },
        {
            "start": 931682158,
            "stop": 931682160
        },
        {
            "start": 931682163,
            "stop": 931682164
        },
        {
            "start": 931682167,
            "stop": 931682169
        },
        {
            "start": 931682172,
            "stop": 931682173
        }
    ]
}