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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2490",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2488",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2489,
    "results": [
        {
            "start": 875212878,
            "stop": 875212988
        },
        {
            "start": 875212995,
            "stop": 875213007
        },
        {
            "start": 875213024,
            "stop": 875213151
        },
        {
            "start": 875213158,
            "stop": 875213519
        },
        {
            "start": 875213526,
            "stop": 875215168
        },
        {
            "start": 875215185,
            "stop": 875215277
        },
        {
            "start": 875215285,
            "stop": 875215389
        },
        {
            "start": 875215396,
            "stop": 875215411
        },
        {
            "start": 875215428,
            "stop": 875215460
        },
        {
            "start": 875215467,
            "stop": 875215932
        },
        {
            "start": 875215939,
            "stop": 875216303
        },
        {
            "start": 875216310,
            "stop": 875216448
        },
        {
            "start": 875216455,
            "stop": 875216684
        },
        {
            "start": 875216865,
            "stop": 875217541
        },
        {
            "start": 875217549,
            "stop": 875217712
        },
        {
            "start": 875217719,
            "stop": 875217807
        },
        {
            "start": 875217814,
            "stop": 875218196
        },
        {
            "start": 875218208,
            "stop": 875218410
        },
        {
            "start": 875218417,
            "stop": 875218576
        },
        {
            "start": 875218583,
            "stop": 875218800
        }
    ]
}