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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6226",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6227,
    "results": [
        {
            "start": 874738167,
            "stop": 874738539
        },
        {
            "start": 874738540,
            "stop": 874738898
        },
        {
            "start": 874738899,
            "stop": 874739655
        },
        {
            "start": 874739656,
            "stop": 874743550
        },
        {
            "start": 874743552,
            "stop": 874743748
        },
        {
            "start": 874743750,
            "stop": 874743794
        },
        {
            "start": 874743795,
            "stop": 874743796
        },
        {
            "start": 874743797,
            "stop": 874743832
        },
        {
            "start": 874743834,
            "stop": 874743840
        },
        {
            "start": 874743841,
            "stop": 874743856
        },
        {
            "start": 874743858,
            "stop": 874743889
        },
        {
            "start": 874743890,
            "stop": 874743895
        },
        {
            "start": 874745089,
            "stop": 874745144
        },
        {
            "start": 874745147,
            "stop": 874745914
        },
        {
            "start": 874745917,
            "stop": 874746120
        },
        {
            "start": 874746123,
            "stop": 874746399
        },
        {
            "start": 874746402,
            "stop": 874746420
        },
        {
            "start": 874746423,
            "stop": 874746514
        },
        {
            "start": 874746516,
            "stop": 874746831
        },
        {
            "start": 874746837,
            "stop": 874747409
        }
    ]
}