Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=46
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=45",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 46,
    "results": [
        {
            "start": 1165844529,
            "stop": 1165844580
        },
        {
            "start": 1165844581,
            "stop": 1165844585
        },
        {
            "start": 1165844586,
            "stop": 1165844606
        },
        {
            "start": 1165844608,
            "stop": 1165844659
        },
        {
            "start": 1165844661,
            "stop": 1165844675
        },
        {
            "start": 1165844676,
            "stop": 1165844690
        },
        {
            "start": 1165844691,
            "stop": 1165844706
        },
        {
            "start": 1165844707,
            "stop": 1165844712
        },
        {
            "start": 1165844713,
            "stop": 1165844730
        },
        {
            "start": 1165844733,
            "stop": 1165844734
        },
        {
            "start": 1165844735,
            "stop": 1165844742
        },
        {
            "start": 1165844743,
            "stop": 1165844747
        },
        {
            "start": 1165844748,
            "stop": 1165844749
        },
        {
            "start": 1165844750,
            "stop": 1165844751
        },
        {
            "start": 1165844752,
            "stop": 1165844756
        },
        {
            "start": 1165844758,
            "stop": 1165844760
        },
        {
            "start": 1165844761,
            "stop": 1165844769
        },
        {
            "start": 1165844771,
            "stop": 1165844777
        },
        {
            "start": 1165844778,
            "stop": 1165844786
        },
        {
            "start": 1165844787,
            "stop": 1165844794
        }
    ]
}