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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=119",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 120,
    "results": [
        {
            "start": 1131157198,
            "stop": 1131157211
        },
        {
            "start": 1131157212,
            "stop": 1131157217
        },
        {
            "start": 1131157218,
            "stop": 1131157229
        },
        {
            "start": 1131157230,
            "stop": 1131157250
        },
        {
            "start": 1131157253,
            "stop": 1131157283
        },
        {
            "start": 1131157284,
            "stop": 1131157287
        },
        {
            "start": 1131157288,
            "stop": 1131157289
        },
        {
            "start": 1131157290,
            "stop": 1131157336
        },
        {
            "start": 1131157337,
            "stop": 1131157351
        },
        {
            "start": 1131157352,
            "stop": 1131157355
        },
        {
            "start": 1131157356,
            "stop": 1131157381
        },
        {
            "start": 1131157382,
            "stop": 1131157383
        },
        {
            "start": 1131157384,
            "stop": 1131157437
        },
        {
            "start": 1131157438,
            "stop": 1131157447
        },
        {
            "start": 1131157448,
            "stop": 1131157459
        },
        {
            "start": 1131157460,
            "stop": 1131157502
        },
        {
            "start": 1131157503,
            "stop": 1131157525
        },
        {
            "start": 1131157526,
            "stop": 1131157559
        },
        {
            "start": 1131157560,
            "stop": 1131157579
        },
        {
            "start": 1131157580,
            "stop": 1131157607
        }
    ]
}