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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5336",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5334",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5335,
    "results": [
        {
            "start": 1136586190,
            "stop": 1136586212
        },
        {
            "start": 1136586214,
            "stop": 1136586291
        },
        {
            "start": 1136586293,
            "stop": 1136586352
        },
        {
            "start": 1136586354,
            "stop": 1136586602
        },
        {
            "start": 1136586604,
            "stop": 1136586679
        },
        {
            "start": 1136586681,
            "stop": 1136586694
        },
        {
            "start": 1136586696,
            "stop": 1136586795
        },
        {
            "start": 1136586797,
            "stop": 1136586997
        },
        {
            "start": 1136586999,
            "stop": 1136587084
        },
        {
            "start": 1136587086,
            "stop": 1136587376
        },
        {
            "start": 1136587378,
            "stop": 1136587708
        },
        {
            "start": 1136587710,
            "stop": 1136587883
        },
        {
            "start": 1136587885,
            "stop": 1136587918
        },
        {
            "start": 1136587920,
            "stop": 1136587976
        },
        {
            "start": 1136587978,
            "stop": 1136588656
        },
        {
            "start": 1136588658,
            "stop": 1136588659
        },
        {
            "start": 1136588661,
            "stop": 1136588669
        },
        {
            "start": 1136588671,
            "stop": 1136588675
        },
        {
            "start": 1136588677,
            "stop": 1136588760
        },
        {
            "start": 1136588762,
            "stop": 1136588866
        }
    ]
}