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=1034
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=1035",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1033",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1034,
    "results": [
        {
            "start": 1252629521,
            "stop": 1252629736
        },
        {
            "start": 1252629744,
            "stop": 1252632969
        },
        {
            "start": 1252632972,
            "stop": 1252635203
        },
        {
            "start": 1252635211,
            "stop": 1252636135
        },
        {
            "start": 1252636143,
            "stop": 1252636530
        },
        {
            "start": 1252636538,
            "stop": 1252636925
        },
        {
            "start": 1252636928,
            "stop": 1252637429
        },
        {
            "start": 1252637434,
            "stop": 1252637643
        },
        {
            "start": 1252637645,
            "stop": 1252638841
        },
        {
            "start": 1252638844,
            "stop": 1252639520
        },
        {
            "start": 1252639524,
            "stop": 1252642135
        },
        {
            "start": 1252642139,
            "stop": 1252644108
        },
        {
            "start": 1252644111,
            "stop": 1252644459
        },
        {
            "start": 1252644463,
            "stop": 1252645106
        },
        {
            "start": 1252645114,
            "stop": 1252646041
        },
        {
            "start": 1252646046,
            "stop": 1252649307
        },
        {
            "start": 1252649312,
            "stop": 1252651566
        },
        {
            "start": 1252654573,
            "stop": 1252654801
        },
        {
            "start": 1252654805,
            "stop": 1252654808
        },
        {
            "start": 1252654811,
            "stop": 1252655523
        }
    ]
}