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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=105",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 106,
    "results": [
        {
            "start": 1238588145,
            "stop": 1238590753
        },
        {
            "start": 1238590756,
            "stop": 1238591457
        },
        {
            "start": 1238591554,
            "stop": 1238591572
        },
        {
            "start": 1238591576,
            "stop": 1238591766
        },
        {
            "start": 1238591770,
            "stop": 1238592301
        },
        {
            "start": 1238592304,
            "stop": 1238592455
        },
        {
            "start": 1238592458,
            "stop": 1238593125
        },
        {
            "start": 1238593130,
            "stop": 1238593330
        },
        {
            "start": 1238593333,
            "stop": 1238593505
        },
        {
            "start": 1238593510,
            "stop": 1238594242
        },
        {
            "start": 1238594246,
            "stop": 1238595407
        },
        {
            "start": 1238595411,
            "stop": 1238595415
        },
        {
            "start": 1238595420,
            "stop": 1238596078
        },
        {
            "start": 1238596081,
            "stop": 1238596170
        },
        {
            "start": 1238596175,
            "stop": 1238596574
        },
        {
            "start": 1238596578,
            "stop": 1238596923
        },
        {
            "start": 1238596928,
            "stop": 1238596936
        },
        {
            "start": 1238597065,
            "stop": 1238597109
        },
        {
            "start": 1238597114,
            "stop": 1238597119
        },
        {
            "start": 1238612621,
            "stop": 1238613207
        }
    ]
}