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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=50",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 51,
    "results": [
        {
            "start": 1238202210,
            "stop": 1238202806
        },
        {
            "start": 1238202810,
            "stop": 1238202976
        },
        {
            "start": 1238202980,
            "stop": 1238204835
        },
        {
            "start": 1238205073,
            "stop": 1238205823
        },
        {
            "start": 1238205827,
            "stop": 1238207159
        },
        {
            "start": 1238207162,
            "stop": 1238210434
        },
        {
            "start": 1238210438,
            "stop": 1238211532
        },
        {
            "start": 1238211537,
            "stop": 1238214067
        },
        {
            "start": 1238214072,
            "stop": 1238215190
        },
        {
            "start": 1238215193,
            "stop": 1238226098
        },
        {
            "start": 1238226102,
            "stop": 1238227078
        },
        {
            "start": 1238227080,
            "stop": 1238227666
        },
        {
            "start": 1238227667,
            "stop": 1238228011
        },
        {
            "start": 1238228015,
            "stop": 1238228885
        },
        {
            "start": 1238233224,
            "stop": 1238235362
        },
        {
            "start": 1238235365,
            "stop": 1238237646
        },
        {
            "start": 1238237647,
            "stop": 1238237659
        },
        {
            "start": 1238237662,
            "stop": 1238238000
        },
        {
            "start": 1238238001,
            "stop": 1238238175
        },
        {
            "start": 1238238176,
            "stop": 1238238762
        }
    ]
}