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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=101",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 102,
    "results": [
        {
            "start": 963598570,
            "stop": 963672438
        },
        {
            "start": 963705626,
            "stop": 963717865
        },
        {
            "start": 963719161,
            "stop": 963745933
        },
        {
            "start": 963747533,
            "stop": 963751088
        },
        {
            "start": 963752286,
            "stop": 963758971
        },
        {
            "start": 963760848,
            "stop": 963779422
        },
        {
            "start": 963785011,
            "stop": 963811033
        },
        {
            "start": 963815495,
            "stop": 963829255
        },
        {
            "start": 963830679,
            "stop": 963852915
        },
        {
            "start": 963870642,
            "stop": 963871291
        },
        {
            "start": 963897626,
            "stop": 963901319
        },
        {
            "start": 963901758,
            "stop": 963902480
        },
        {
            "start": 963908762,
            "stop": 963934995
        },
        {
            "start": 963935945,
            "stop": 963951590
        },
        {
            "start": 963973083,
            "stop": 964000429
        },
        {
            "start": 964001388,
            "stop": 964029079
        },
        {
            "start": 964032622,
            "stop": 964033831
        },
        {
            "start": 964036809,
            "stop": 964058083
        },
        {
            "start": 964060171,
            "stop": 964103481
        },
        {
            "start": 964107073,
            "stop": 964169138
        }
    ]
}