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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8813",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8811",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8812,
    "results": [
        {
            "start": 874091454,
            "stop": 874091750
        },
        {
            "start": 874091890,
            "stop": 874091930
        },
        {
            "start": 874092010,
            "stop": 874092050
        },
        {
            "start": 874092212,
            "stop": 874092360
        },
        {
            "start": 874092420,
            "stop": 874092491
        },
        {
            "start": 874092750,
            "stop": 874093278
        },
        {
            "start": 874093295,
            "stop": 874093598
        },
        {
            "start": 874093605,
            "stop": 874094504
        },
        {
            "start": 874094521,
            "stop": 874094990
        },
        {
            "start": 874095190,
            "stop": 874095283
        },
        {
            "start": 874095291,
            "stop": 874095812
        },
        {
            "start": 874095932,
            "stop": 874096505
        },
        {
            "start": 874096522,
            "stop": 874096724
        },
        {
            "start": 874096905,
            "stop": 874097330
        },
        {
            "start": 874097470,
            "stop": 874097579
        },
        {
            "start": 874097586,
            "stop": 874097915
        },
        {
            "start": 874097932,
            "stop": 874098044
        },
        {
            "start": 874098225,
            "stop": 874098307
        },
        {
            "start": 874098557,
            "stop": 874098580
        },
        {
            "start": 874098700,
            "stop": 874099511
        }
    ]
}