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=16625
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=16626",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16624",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16625,
    "results": [
        {
            "start": 874801003,
            "stop": 874801022
        },
        {
            "start": 874801023,
            "stop": 874801044
        },
        {
            "start": 874801045,
            "stop": 874801049
        },
        {
            "start": 874801050,
            "stop": 874801067
        },
        {
            "start": 874801068,
            "stop": 874801074
        },
        {
            "start": 874801075,
            "stop": 874801083
        },
        {
            "start": 874801084,
            "stop": 874801090
        },
        {
            "start": 874801091,
            "stop": 874801094
        },
        {
            "start": 874801095,
            "stop": 874801108
        },
        {
            "start": 874801109,
            "stop": 874801128
        },
        {
            "start": 874801129,
            "stop": 874801150
        },
        {
            "start": 874801151,
            "stop": 874801400
        },
        {
            "start": 874801401,
            "stop": 874801728
        },
        {
            "start": 874801731,
            "stop": 874801733
        },
        {
            "start": 874801737,
            "stop": 874801800
        },
        {
            "start": 874801802,
            "stop": 874802259
        },
        {
            "start": 874802925,
            "stop": 874802937
        },
        {
            "start": 874802938,
            "stop": 874802955
        },
        {
            "start": 874802960,
            "stop": 874802973
        },
        {
            "start": 874802974,
            "stop": 874802978
        }
    ]
}