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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=49",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 50,
    "results": [
        {
            "start": 1249423224,
            "stop": 1249424160
        },
        {
            "start": 1249424168,
            "stop": 1249425720
        },
        {
            "start": 1249425728,
            "stop": 1249425872
        },
        {
            "start": 1249425880,
            "stop": 1249427384
        },
        {
            "start": 1249427400,
            "stop": 1249427488
        },
        {
            "start": 1249427496,
            "stop": 1249428415
        },
        {
            "start": 1249428424,
            "stop": 1249430016
        },
        {
            "start": 1249430024,
            "stop": 1249430088
        },
        {
            "start": 1249430096,
            "stop": 1249430320
        },
        {
            "start": 1249430328,
            "stop": 1249430376
        },
        {
            "start": 1249430384,
            "stop": 1249432096
        },
        {
            "start": 1249432104,
            "stop": 1249434856
        },
        {
            "start": 1249434864,
            "stop": 1249437560
        },
        {
            "start": 1249437568,
            "stop": 1249441784
        },
        {
            "start": 1249441792,
            "stop": 1249443576
        },
        {
            "start": 1249443584,
            "stop": 1249443792
        },
        {
            "start": 1249443800,
            "stop": 1249444872
        },
        {
            "start": 1249444880,
            "stop": 1249448008
        },
        {
            "start": 1249448016,
            "stop": 1249448752
        },
        {
            "start": 1249448768,
            "stop": 1249450032
        }
    ]
}