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=4936
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=4937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4935",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4936,
    "results": [
        {
            "start": 874407961,
            "stop": 874407971
        },
        {
            "start": 874407978,
            "stop": 874408230
        },
        {
            "start": 874408238,
            "stop": 874408262
        },
        {
            "start": 874408269,
            "stop": 874408297
        },
        {
            "start": 874408304,
            "stop": 874408602
        },
        {
            "start": 874408609,
            "stop": 874408728
        },
        {
            "start": 874408736,
            "stop": 874408835
        },
        {
            "start": 874408847,
            "stop": 874409057
        },
        {
            "start": 874409064,
            "stop": 874409147
        },
        {
            "start": 874409154,
            "stop": 874409491
        },
        {
            "start": 874409498,
            "stop": 874409619
        },
        {
            "start": 874409626,
            "stop": 874409672
        },
        {
            "start": 874409679,
            "stop": 874409765
        },
        {
            "start": 874409772,
            "stop": 874409804
        },
        {
            "start": 874409811,
            "stop": 874410885
        },
        {
            "start": 874410892,
            "stop": 874411032
        },
        {
            "start": 874411039,
            "stop": 874411114
        },
        {
            "start": 874411121,
            "stop": 874411447
        },
        {
            "start": 874411454,
            "stop": 874411834
        },
        {
            "start": 874411841,
            "stop": 874411881
        }
    ]
}