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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=159",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 160,
    "results": [
        {
            "start": 931535811,
            "stop": 931535869
        },
        {
            "start": 931535873,
            "stop": 931535881
        },
        {
            "start": 931535885,
            "stop": 931535897
        },
        {
            "start": 931535899,
            "stop": 931536018
        },
        {
            "start": 931536019,
            "stop": 931536105
        },
        {
            "start": 931536109,
            "stop": 931536127
        },
        {
            "start": 931536129,
            "stop": 931536177
        },
        {
            "start": 931536179,
            "stop": 931536182
        },
        {
            "start": 931536184,
            "stop": 931536185
        },
        {
            "start": 931536187,
            "stop": 931536190
        },
        {
            "start": 931536192,
            "stop": 931536196
        },
        {
            "start": 931536197,
            "stop": 931536216
        },
        {
            "start": 931536218,
            "stop": 931536224
        },
        {
            "start": 931536226,
            "stop": 931536230
        },
        {
            "start": 931536235,
            "stop": 931536238
        },
        {
            "start": 931536240,
            "stop": 931536247
        },
        {
            "start": 931536251,
            "stop": 931536256
        },
        {
            "start": 931536260,
            "stop": 931536264
        },
        {
            "start": 931536266,
            "stop": 931536270
        },
        {
            "start": 931536272,
            "stop": 931536273
        }
    ]
}