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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=23",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 24,
    "results": [
        {
            "start": 818286016,
            "stop": 818286084
        },
        {
            "start": 818286091,
            "stop": 818286190
        },
        {
            "start": 818286197,
            "stop": 818286256
        },
        {
            "start": 818286263,
            "stop": 818286350
        },
        {
            "start": 818286357,
            "stop": 818286409
        },
        {
            "start": 818286416,
            "stop": 818286690
        },
        {
            "start": 818286697,
            "stop": 818286754
        },
        {
            "start": 818286761,
            "stop": 818286930
        },
        {
            "start": 818286937,
            "stop": 818287066
        },
        {
            "start": 818287073,
            "stop": 818287152
        },
        {
            "start": 818287159,
            "stop": 818287235
        },
        {
            "start": 818287242,
            "stop": 818287341
        },
        {
            "start": 818287348,
            "stop": 818287389
        },
        {
            "start": 818287396,
            "stop": 818288030
        },
        {
            "start": 818288038,
            "stop": 818288170
        },
        {
            "start": 818288177,
            "stop": 818288199
        },
        {
            "start": 818288206,
            "stop": 818288697
        },
        {
            "start": 818288704,
            "stop": 818288750
        },
        {
            "start": 818288758,
            "stop": 818289005
        },
        {
            "start": 818289012,
            "stop": 818289072
        }
    ]
}