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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=204",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 205,
    "results": [
        {
            "start": 1240154947,
            "stop": 1240155066
        },
        {
            "start": 1240155067,
            "stop": 1240155186
        },
        {
            "start": 1240155187,
            "stop": 1240155306
        },
        {
            "start": 1240155307,
            "stop": 1240155426
        },
        {
            "start": 1240155427,
            "stop": 1240155546
        },
        {
            "start": 1240155547,
            "stop": 1240155666
        },
        {
            "start": 1240155667,
            "stop": 1240155786
        },
        {
            "start": 1240155787,
            "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
        },
        {
            "start": 1240156987,
            "stop": 1240157106
        },
        {
            "start": 1240157107,
            "stop": 1240157226
        },
        {
            "start": 1240157227,
            "stop": 1240157345
        }
    ]
}