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_CAT3/segments?format=api&page=7076
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7077",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7075",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7076,
    "results": [
        {
            "start": 874335584,
            "stop": 874335776
        },
        {
            "start": 874336074,
            "stop": 874337940
        },
        {
            "start": 874338060,
            "stop": 874338080
        },
        {
            "start": 874338084,
            "stop": 874339650
        },
        {
            "start": 874341392,
            "stop": 874341480
        },
        {
            "start": 874341540,
            "stop": 874341720
        },
        {
            "start": 874341780,
            "stop": 874342206
        },
        {
            "start": 874342209,
            "stop": 874343100
        },
        {
            "start": 874345547,
            "stop": 874345548
        },
        {
            "start": 874345557,
            "stop": 874345558
        },
        {
            "start": 874345578,
            "stop": 874345579
        },
        {
            "start": 874345585,
            "stop": 874345586
        },
        {
            "start": 874345591,
            "stop": 874345592
        },
        {
            "start": 874345594,
            "stop": 874345595
        },
        {
            "start": 874345608,
            "stop": 874345609
        },
        {
            "start": 874345624,
            "stop": 874345625
        },
        {
            "start": 874345631,
            "stop": 874345632
        },
        {
            "start": 874345640,
            "stop": 874345641
        },
        {
            "start": 874345665,
            "stop": 874345666
        },
        {
            "start": 874345675,
            "stop": 874345676
        }
    ]
}