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=16617
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=16618",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16616",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16617,
    "results": [
        {
            "start": 874758977,
            "stop": 874759036
        },
        {
            "start": 874759037,
            "stop": 874759090
        },
        {
            "start": 874759093,
            "stop": 874759190
        },
        {
            "start": 874759191,
            "stop": 874759295
        },
        {
            "start": 874759297,
            "stop": 874759301
        },
        {
            "start": 874759302,
            "stop": 874759327
        },
        {
            "start": 874759329,
            "stop": 874759390
        },
        {
            "start": 874759392,
            "stop": 874759412
        },
        {
            "start": 874759413,
            "stop": 874759451
        },
        {
            "start": 874759452,
            "stop": 874759538
        },
        {
            "start": 874759541,
            "stop": 874759616
        },
        {
            "start": 874759618,
            "stop": 874759659
        },
        {
            "start": 874759660,
            "stop": 874759668
        },
        {
            "start": 874759669,
            "stop": 874759672
        },
        {
            "start": 874759673,
            "stop": 874759722
        },
        {
            "start": 874759723,
            "stop": 874759751
        },
        {
            "start": 874759755,
            "stop": 874759848
        },
        {
            "start": 874759849,
            "stop": 874759856
        },
        {
            "start": 874759857,
            "stop": 874759869
        },
        {
            "start": 874759872,
            "stop": 874759903
        }
    ]
}