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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=44",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 45,
    "results": [
        {
            "start": 816909108,
            "stop": 816909507
        },
        {
            "start": 816909514,
            "stop": 816910298
        },
        {
            "start": 816910305,
            "stop": 816910693
        },
        {
            "start": 816910708,
            "stop": 816910727
        },
        {
            "start": 816910734,
            "stop": 816910789
        },
        {
            "start": 816910818,
            "stop": 816911376
        },
        {
            "start": 816911403,
            "stop": 816911501
        },
        {
            "start": 816911509,
            "stop": 816911601
        },
        {
            "start": 816911608,
            "stop": 816912057
        },
        {
            "start": 816912065,
            "stop": 816913392
        },
        {
            "start": 816914496,
            "stop": 816914735
        },
        {
            "start": 816914742,
            "stop": 816914749
        },
        {
            "start": 816914757,
            "stop": 816914796
        },
        {
            "start": 816914811,
            "stop": 816915247
        },
        {
            "start": 816915254,
            "stop": 816916273
        },
        {
            "start": 816917124,
            "stop": 816918049
        },
        {
            "start": 816918056,
            "stop": 816918153
        },
        {
            "start": 816918161,
            "stop": 816918892
        },
        {
            "start": 816918921,
            "stop": 816918973
        },
        {
            "start": 816920674,
            "stop": 816920885
        }
    ]
}