Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=293",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 294,
    "results": [
        {
            "start": 1240154827,
            "stop": 1240154946
        },
        {
            "start": 1240154947,
            "stop": 1240155066
        },
        {
            "start": 1240155067,
            "stop": 1240155186
        },
        {
            "start": 1240155187,
            "stop": 1240155306
        },
        {
            "start": 1240155307,
            "stop": 1240155426
        },
        {
            "start": 1240155427,
            "stop": 1240155546
        },
        {
            "start": 1240155547,
            "stop": 1240155608
        },
        {
            "start": 1240155613,
            "stop": 1240155666
        },
        {
            "start": 1240155667,
            "stop": 1240155786
        },
        {
            "start": 1240155787,
            "stop": 1240155830
        },
        {
            "start": 1240155835,
            "stop": 1240155906
        },
        {
            "start": 1240155907,
            "stop": 1240156006
        },
        {
            "start": 1240156007,
            "stop": 1240156146
        },
        {
            "start": 1240156147,
            "stop": 1240156266
        },
        {
            "start": 1240156267,
            "stop": 1240156386
        },
        {
            "start": 1240156387,
            "stop": 1240156506
        },
        {
            "start": 1240156507,
            "stop": 1240156626
        },
        {
            "start": 1240156627,
            "stop": 1240156746
        },
        {
            "start": 1240156747,
            "stop": 1240156866
        },
        {
            "start": 1240156867,
            "stop": 1240156986
        }
    ]
}