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=16632
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=16633",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16631",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16632,
    "results": [
        {
            "start": 874813447,
            "stop": 874813521
        },
        {
            "start": 874813525,
            "stop": 874813579
        },
        {
            "start": 874813580,
            "stop": 874813589
        },
        {
            "start": 874813592,
            "stop": 874813593
        },
        {
            "start": 874813599,
            "stop": 874813683
        },
        {
            "start": 874813684,
            "stop": 874813859
        },
        {
            "start": 874813860,
            "stop": 874814059
        },
        {
            "start": 874814061,
            "stop": 874814286
        },
        {
            "start": 874814287,
            "stop": 874814299
        },
        {
            "start": 874814303,
            "stop": 874814378
        },
        {
            "start": 874814379,
            "stop": 874814399
        },
        {
            "start": 874814401,
            "stop": 874814512
        },
        {
            "start": 874814513,
            "stop": 874814518
        },
        {
            "start": 874814520,
            "stop": 874814612
        },
        {
            "start": 874814613,
            "stop": 874814983
        },
        {
            "start": 874814984,
            "stop": 874815174
        },
        {
            "start": 874815175,
            "stop": 874815402
        },
        {
            "start": 874815403,
            "stop": 874815795
        },
        {
            "start": 874815798,
            "stop": 874815817
        },
        {
            "start": 874815821,
            "stop": 874815875
        }
    ]
}