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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=252",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 253,
    "results": [
        {
            "start": 838859713,
            "stop": 838864012
        },
        {
            "start": 838864013,
            "stop": 838864860
        },
        {
            "start": 838864861,
            "stop": 838865083
        },
        {
            "start": 838865086,
            "stop": 838865492
        },
        {
            "start": 838865784,
            "stop": 838865798
        },
        {
            "start": 838865800,
            "stop": 838865827
        },
        {
            "start": 838865829,
            "stop": 838865881
        },
        {
            "start": 838865882,
            "stop": 838866093
        },
        {
            "start": 838866095,
            "stop": 838866102
        },
        {
            "start": 838866104,
            "stop": 838866140
        },
        {
            "start": 838866142,
            "stop": 838866168
        },
        {
            "start": 838866170,
            "stop": 838866181
        },
        {
            "start": 838866183,
            "stop": 838866212
        },
        {
            "start": 838866215,
            "stop": 838866232
        },
        {
            "start": 838866233,
            "stop": 838866246
        },
        {
            "start": 838866248,
            "stop": 838866971
        },
        {
            "start": 838868602,
            "stop": 838869374
        },
        {
            "start": 838869376,
            "stop": 838869388
        },
        {
            "start": 838869390,
            "stop": 838869503
        },
        {
            "start": 838869505,
            "stop": 838869512
        }
    ]
}