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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2346",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2347,
    "results": [
        {
            "start": 874603180,
            "stop": 874603638
        },
        {
            "start": 874603657,
            "stop": 874606381
        },
        {
            "start": 874606414,
            "stop": 874608848
        },
        {
            "start": 874608871,
            "stop": 874611673
        },
        {
            "start": 874611696,
            "stop": 874611704
        },
        {
            "start": 874611723,
            "stop": 874612259
        },
        {
            "start": 874612276,
            "stop": 874612848
        },
        {
            "start": 874612867,
            "stop": 874615859
        },
        {
            "start": 874615878,
            "stop": 874616270
        },
        {
            "start": 874616290,
            "stop": 874616568
        },
        {
            "start": 874617160,
            "stop": 874617733
        },
        {
            "start": 874617752,
            "stop": 874620865
        },
        {
            "start": 874620883,
            "stop": 874622724
        },
        {
            "start": 874622743,
            "stop": 874622776
        },
        {
            "start": 874622796,
            "stop": 874625431
        },
        {
            "start": 874625476,
            "stop": 874625670
        },
        {
            "start": 874625689,
            "stop": 874625790
        },
        {
            "start": 874625809,
            "stop": 874625973
        },
        {
            "start": 874625994,
            "stop": 874626037
        },
        {
            "start": 874626056,
            "stop": 874626211
        }
    ]
}