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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT1/segments?format=api&page=12",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 13,
    "results": [
        {
            "start": 1241693077,
            "stop": 1241693133
        },
        {
            "start": 1241693460,
            "stop": 1241695336
        },
        {
            "start": 1241695344,
            "stop": 1241696800
        },
        {
            "start": 1241696808,
            "stop": 1241698536
        },
        {
            "start": 1241698544,
            "stop": 1241700208
        },
        {
            "start": 1241700216,
            "stop": 1241701640
        },
        {
            "start": 1241701648,
            "stop": 1241713648
        },
        {
            "start": 1241713656,
            "stop": 1241718704
        },
        {
            "start": 1241718712,
            "stop": 1241721728
        },
        {
            "start": 1241721736,
            "stop": 1241724840
        },
        {
            "start": 1241724848,
            "stop": 1241730120
        },
        {
            "start": 1241730128,
            "stop": 1241740440
        },
        {
            "start": 1241740448,
            "stop": 1241743096
        },
        {
            "start": 1241743104,
            "stop": 1241743272
        },
        {
            "start": 1241743280,
            "stop": 1241745434
        },
        {
            "start": 1241746554,
            "stop": 1241749110
        },
        {
            "start": 1241749118,
            "stop": 1241749618
        },
        {
            "start": 1241749620,
            "stop": 1241750165
        },
        {
            "start": 1241753918,
            "stop": 1241757098
        },
        {
            "start": 1241757106,
            "stop": 1241765970
        }
    ]
}