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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=23",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 24,
    "results": [
        {
            "start": 817475333,
            "stop": 817475633
        },
        {
            "start": 817475784,
            "stop": 817476204
        },
        {
            "start": 817476399,
            "stop": 817476489
        },
        {
            "start": 817477376,
            "stop": 817477436
        },
        {
            "start": 817513920,
            "stop": 817514220
        },
        {
            "start": 817514375,
            "stop": 817514495
        },
        {
            "start": 817514740,
            "stop": 817515940
        },
        {
            "start": 817516082,
            "stop": 817517342
        },
        {
            "start": 817517522,
            "stop": 817519562
        },
        {
            "start": 817519819,
            "stop": 817520479
        },
        {
            "start": 817520655,
            "stop": 817523175
        },
        {
            "start": 817523340,
            "stop": 817523400
        },
        {
            "start": 817523551,
            "stop": 817524031
        },
        {
            "start": 817524371,
            "stop": 817524551
        },
        {
            "start": 817524789,
            "stop": 817524909
        },
        {
            "start": 817525108,
            "stop": 817526188
        },
        {
            "start": 817526389,
            "stop": 817527949
        },
        {
            "start": 817528172,
            "stop": 817530212
        },
        {
            "start": 817530372,
            "stop": 817530612
        },
        {
            "start": 817531686,
            "stop": 817531866
        }
    ]
}