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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16691",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16689",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16690,
    "results": [
        {
            "start": 874924751,
            "stop": 874924794
        },
        {
            "start": 874924796,
            "stop": 874924991
        },
        {
            "start": 874924993,
            "stop": 874925017
        },
        {
            "start": 874925018,
            "stop": 874925131
        },
        {
            "start": 874925133,
            "stop": 874925322
        },
        {
            "start": 874925324,
            "stop": 874925337
        },
        {
            "start": 874925338,
            "stop": 874925568
        },
        {
            "start": 874925569,
            "stop": 874925603
        },
        {
            "start": 874925604,
            "stop": 874926064
        },
        {
            "start": 874926065,
            "stop": 874926480
        },
        {
            "start": 874926481,
            "stop": 874926496
        },
        {
            "start": 874926498,
            "stop": 874926736
        },
        {
            "start": 874926738,
            "stop": 874926749
        },
        {
            "start": 874926750,
            "stop": 874926939
        },
        {
            "start": 874926941,
            "stop": 874926969
        },
        {
            "start": 874926970,
            "stop": 874927092
        },
        {
            "start": 874927095,
            "stop": 874927255
        },
        {
            "start": 874927257,
            "stop": 874927421
        },
        {
            "start": 874927422,
            "stop": 874927509
        },
        {
            "start": 874927510,
            "stop": 874927514
        }
    ]
}