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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1524",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1522",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1523,
    "results": [
        {
            "start": 872131654,
            "stop": 872167766
        },
        {
            "start": 872169416,
            "stop": 872171047
        },
        {
            "start": 872171171,
            "stop": 872201817
        },
        {
            "start": 872202724,
            "stop": 872242574
        },
        {
            "start": 872244259,
            "stop": 872255670
        },
        {
            "start": 872255673,
            "stop": 872260695
        },
        {
            "start": 872260698,
            "stop": 872263027
        },
        {
            "start": 872263160,
            "stop": 872267903
        },
        {
            "start": 872267906,
            "stop": 872269565
        },
        {
            "start": 872269568,
            "stop": 872343059
        },
        {
            "start": 872343062,
            "stop": 872343079
        },
        {
            "start": 872343086,
            "stop": 872343750
        },
        {
            "start": 872343753,
            "stop": 872345687
        },
        {
            "start": 872345692,
            "stop": 872345693
        },
        {
            "start": 872345696,
            "stop": 872345697
        },
        {
            "start": 872345700,
            "stop": 872348396
        },
        {
            "start": 872348399,
            "stop": 872348460
        },
        {
            "start": 872365308,
            "stop": 872365921
        },
        {
            "start": 872366523,
            "stop": 872367551
        },
        {
            "start": 872368558,
            "stop": 872373244
        }
    ]
}