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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=312",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 313,
    "results": [
        {
            "start": 1181629234,
            "stop": 1181629235
        },
        {
            "start": 1181629236,
            "stop": 1181629238
        },
        {
            "start": 1181629239,
            "stop": 1181629244
        },
        {
            "start": 1181640960,
            "stop": 1181641666
        },
        {
            "start": 1181641724,
            "stop": 1181641965
        },
        {
            "start": 1181642327,
            "stop": 1181642505
        },
        {
            "start": 1181642687,
            "stop": 1181643154
        },
        {
            "start": 1181643155,
            "stop": 1181644122
        },
        {
            "start": 1181644589,
            "stop": 1181644767
        },
        {
            "start": 1181644769,
            "stop": 1181645306
        },
        {
            "start": 1181645307,
            "stop": 1181645514
        },
        {
            "start": 1181645516,
            "stop": 1181646980
        },
        {
            "start": 1181646981,
            "stop": 1181647973
        },
        {
            "start": 1181647976,
            "stop": 1181648684
        },
        {
            "start": 1181648685,
            "stop": 1181650069
        },
        {
            "start": 1181650070,
            "stop": 1181650170
        },
        {
            "start": 1181650232,
            "stop": 1181650798
        },
        {
            "start": 1181650800,
            "stop": 1181651786
        },
        {
            "start": 1181651790,
            "stop": 1181651860
        },
        {
            "start": 1181651861,
            "stop": 1181651917
        }
    ]
}