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=7683
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=7684",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7682",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7683,
    "results": [
        {
            "start": 971461190,
            "stop": 971461205
        },
        {
            "start": 971461245,
            "stop": 971461285
        },
        {
            "start": 971461325,
            "stop": 971461335
        },
        {
            "start": 971461338,
            "stop": 971461422
        },
        {
            "start": 971461425,
            "stop": 971461457
        },
        {
            "start": 971461460,
            "stop": 971461513
        },
        {
            "start": 971461517,
            "stop": 971461530
        },
        {
            "start": 971461533,
            "stop": 971461544
        },
        {
            "start": 971461547,
            "stop": 971461548
        },
        {
            "start": 971461551,
            "stop": 971461558
        },
        {
            "start": 971461561,
            "stop": 971461565
        },
        {
            "start": 971461696,
            "stop": 971461701
        },
        {
            "start": 971461704,
            "stop": 971461706
        },
        {
            "start": 971461710,
            "stop": 971461725
        },
        {
            "start": 971461765,
            "stop": 971461860
        },
        {
            "start": 971461863,
            "stop": 971461917
        },
        {
            "start": 971461920,
            "stop": 971461925
        },
        {
            "start": 971461965,
            "stop": 971462013
        },
        {
            "start": 971462018,
            "stop": 971462076
        },
        {
            "start": 971462084,
            "stop": 971462281
        }
    ]
}