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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=36",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 37,
    "results": [
        {
            "start": 931266455,
            "stop": 931267618
        },
        {
            "start": 931267738,
            "stop": 931267843
        },
        {
            "start": 931270408,
            "stop": 931270532
        },
        {
            "start": 931270733,
            "stop": 931270791
        },
        {
            "start": 931270812,
            "stop": 931270945
        },
        {
            "start": 931270966,
            "stop": 931271069
        },
        {
            "start": 931271087,
            "stop": 931271207
        },
        {
            "start": 931271227,
            "stop": 931271234
        },
        {
            "start": 931271236,
            "stop": 931271245
        },
        {
            "start": 931271277,
            "stop": 931271297
        },
        {
            "start": 931271318,
            "stop": 931271348
        },
        {
            "start": 931271365,
            "stop": 931271560
        },
        {
            "start": 931275027,
            "stop": 931275054
        },
        {
            "start": 931275071,
            "stop": 931275140
        },
        {
            "start": 931275159,
            "stop": 931275548
        },
        {
            "start": 931283780,
            "stop": 931283986
        },
        {
            "start": 931284005,
            "stop": 931284015
        },
        {
            "start": 931284435,
            "stop": 931284440
        },
        {
            "start": 931284485,
            "stop": 931284548
        },
        {
            "start": 931284595,
            "stop": 931284638
        }
    ]
}