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=8893
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=8894",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8892",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8893,
    "results": [
        {
            "start": 875214635,
            "stop": 875214850
        },
        {
            "start": 875214970,
            "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": 875216040
        },
        {
            "start": 875216100,
            "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": 875218080
        },
        {
            "start": 875218140,
            "stop": 875218196
        },
        {
            "start": 875218208,
            "stop": 875218410
        },
        {
            "start": 875218417,
            "stop": 875218576
        },
        {
            "start": 875218583,
            "stop": 875218800
        },
        {
            "start": 875218807,
            "stop": 875219183
        }
    ]
}