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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=57",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 58,
    "results": [
        {
            "start": 941021286,
            "stop": 941021337
        },
        {
            "start": 941021341,
            "stop": 941021344
        },
        {
            "start": 941021361,
            "stop": 941021362
        },
        {
            "start": 941021368,
            "stop": 941021372
        },
        {
            "start": 941021380,
            "stop": 941021392
        },
        {
            "start": 941021398,
            "stop": 941021413
        },
        {
            "start": 941021421,
            "stop": 941021445
        },
        {
            "start": 941021448,
            "stop": 941021456
        },
        {
            "start": 941021459,
            "stop": 941021486
        },
        {
            "start": 941022458,
            "stop": 941022469
        },
        {
            "start": 941022472,
            "stop": 941022487
        },
        {
            "start": 941022495,
            "stop": 941022497
        },
        {
            "start": 941022595,
            "stop": 941022670
        },
        {
            "start": 941022675,
            "stop": 941022677
        },
        {
            "start": 941022682,
            "stop": 941022686
        },
        {
            "start": 941022707,
            "stop": 941022709
        },
        {
            "start": 941022737,
            "stop": 941022743
        },
        {
            "start": 941022746,
            "stop": 941022845
        },
        {
            "start": 941022849,
            "stop": 941022859
        },
        {
            "start": 941022887,
            "stop": 941022889
        }
    ]
}