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=16565
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=16566",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16564",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16565,
    "results": [
        {
            "start": 874684687,
            "stop": 874684696
        },
        {
            "start": 874684697,
            "stop": 874684701
        },
        {
            "start": 874684702,
            "stop": 874684712
        },
        {
            "start": 874684714,
            "stop": 874684796
        },
        {
            "start": 874684797,
            "stop": 874684817
        },
        {
            "start": 874684820,
            "stop": 874684824
        },
        {
            "start": 874684825,
            "stop": 874684826
        },
        {
            "start": 874684830,
            "stop": 874684838
        },
        {
            "start": 874684839,
            "stop": 874684840
        },
        {
            "start": 874684841,
            "stop": 874684856
        },
        {
            "start": 874684858,
            "stop": 874684870
        },
        {
            "start": 874684871,
            "stop": 874684872
        },
        {
            "start": 874684874,
            "stop": 874684891
        },
        {
            "start": 874684893,
            "stop": 874684897
        },
        {
            "start": 874684898,
            "stop": 874684915
        },
        {
            "start": 874684917,
            "stop": 874684922
        },
        {
            "start": 874684923,
            "stop": 874684934
        },
        {
            "start": 874684935,
            "stop": 874684965
        },
        {
            "start": 874684967,
            "stop": 874684981
        },
        {
            "start": 874684982,
            "stop": 874684992
        }
    ]
}