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=16678
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=16679",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16677",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16678,
    "results": [
        {
            "start": 874908407,
            "stop": 874908500
        },
        {
            "start": 874908501,
            "stop": 874908533
        },
        {
            "start": 874908534,
            "stop": 874908553
        },
        {
            "start": 874908554,
            "stop": 874908608
        },
        {
            "start": 874908610,
            "stop": 874908614
        },
        {
            "start": 874908617,
            "stop": 874908626
        },
        {
            "start": 874908627,
            "stop": 874908630
        },
        {
            "start": 874908631,
            "stop": 874908639
        },
        {
            "start": 874908642,
            "stop": 874908644
        },
        {
            "start": 874908645,
            "stop": 874908684
        },
        {
            "start": 874908685,
            "stop": 874908774
        },
        {
            "start": 874908775,
            "stop": 874908777
        },
        {
            "start": 874908779,
            "stop": 874908784
        },
        {
            "start": 874908785,
            "stop": 874908801
        },
        {
            "start": 874908803,
            "stop": 874908816
        },
        {
            "start": 874908817,
            "stop": 874908843
        },
        {
            "start": 874908845,
            "stop": 874908867
        },
        {
            "start": 874908868,
            "stop": 874908905
        },
        {
            "start": 874908906,
            "stop": 874908907
        },
        {
            "start": 874908908,
            "stop": 874908909
        }
    ]
}