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=16797
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=16798",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16796",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16797,
    "results": [
        {
            "start": 875123558,
            "stop": 875123561
        },
        {
            "start": 875123562,
            "stop": 875123647
        },
        {
            "start": 875123653,
            "stop": 875123659
        },
        {
            "start": 875123662,
            "stop": 875123668
        },
        {
            "start": 875123675,
            "stop": 875123678
        },
        {
            "start": 875123683,
            "stop": 875123725
        },
        {
            "start": 875123727,
            "stop": 875123740
        },
        {
            "start": 875123744,
            "stop": 875123753
        },
        {
            "start": 875123754,
            "stop": 875123765
        },
        {
            "start": 875123768,
            "stop": 875123894
        },
        {
            "start": 875123895,
            "stop": 875123903
        },
        {
            "start": 875123906,
            "stop": 875123907
        },
        {
            "start": 875123908,
            "stop": 875123909
        },
        {
            "start": 875123910,
            "stop": 875123981
        },
        {
            "start": 875123982,
            "stop": 875123985
        },
        {
            "start": 875123987,
            "stop": 875124027
        },
        {
            "start": 875124028,
            "stop": 875124062
        },
        {
            "start": 875124063,
            "stop": 875124065
        },
        {
            "start": 875124066,
            "stop": 875124082
        },
        {
            "start": 875124083,
            "stop": 875124100
        }
    ]
}