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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5221",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5222,
    "results": [
        {
            "start": 875134068,
            "stop": 875134140
        },
        {
            "start": 875134152,
            "stop": 875134164
        },
        {
            "start": 875134171,
            "stop": 875134265
        },
        {
            "start": 875134272,
            "stop": 875134275
        },
        {
            "start": 875134282,
            "stop": 875134290
        },
        {
            "start": 875134297,
            "stop": 875134351
        },
        {
            "start": 875134359,
            "stop": 875134381
        },
        {
            "start": 875134399,
            "stop": 875134518
        },
        {
            "start": 875134526,
            "stop": 875134540
        },
        {
            "start": 875134547,
            "stop": 875134620
        },
        {
            "start": 875134627,
            "stop": 875134649
        },
        {
            "start": 875134657,
            "stop": 875134698
        },
        {
            "start": 875134705,
            "stop": 875134743
        },
        {
            "start": 875134751,
            "stop": 875134756
        },
        {
            "start": 875134763,
            "stop": 875134822
        },
        {
            "start": 875134829,
            "stop": 875134883
        },
        {
            "start": 875134890,
            "stop": 875134904
        },
        {
            "start": 875135085,
            "stop": 875135115
        },
        {
            "start": 875135122,
            "stop": 875135131
        },
        {
            "start": 875135138,
            "stop": 875135142
        }
    ]
}