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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=28",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 29,
    "results": [
        {
            "start": 815786147,
            "stop": 815786474
        },
        {
            "start": 815786481,
            "stop": 815786506
        },
        {
            "start": 815786514,
            "stop": 815786894
        },
        {
            "start": 815786901,
            "stop": 815787139
        },
        {
            "start": 815787151,
            "stop": 815788387
        },
        {
            "start": 815788390,
            "stop": 815788396
        },
        {
            "start": 815788400,
            "stop": 815788406
        },
        {
            "start": 815788415,
            "stop": 815788440
        },
        {
            "start": 815788448,
            "stop": 815788454
        },
        {
            "start": 815788516,
            "stop": 815788517
        },
        {
            "start": 815788521,
            "stop": 815788527
        },
        {
            "start": 815788531,
            "stop": 815788560
        },
        {
            "start": 815788564,
            "stop": 815788589
        },
        {
            "start": 815788593,
            "stop": 815788743
        },
        {
            "start": 815788746,
            "stop": 815788757
        },
        {
            "start": 815788765,
            "stop": 815788933
        },
        {
            "start": 815790062,
            "stop": 815790417
        },
        {
            "start": 815790421,
            "stop": 815790504
        },
        {
            "start": 815790507,
            "stop": 815790580
        },
        {
            "start": 815790584,
            "stop": 815790628
        }
    ]
}