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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=7",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 8,
    "results": [
        {
            "start": 816383535,
            "stop": 816384434
        },
        {
            "start": 816386130,
            "stop": 816387882
        },
        {
            "start": 816388101,
            "stop": 816390300
        },
        {
            "start": 816393435,
            "stop": 816394514
        },
        {
            "start": 816397338,
            "stop": 816400589
        },
        {
            "start": 816400602,
            "stop": 816430824
        },
        {
            "start": 816432144,
            "stop": 816438231
        },
        {
            "start": 816438243,
            "stop": 816439320
        },
        {
            "start": 816443733,
            "stop": 816444247
        },
        {
            "start": 816444354,
            "stop": 816445782
        },
        {
            "start": 816446360,
            "stop": 816448832
        },
        {
            "start": 816450273,
            "stop": 816453228
        },
        {
            "start": 816453235,
            "stop": 816456751
        },
        {
            "start": 816456763,
            "stop": 816457126
        },
        {
            "start": 816457134,
            "stop": 816457646
        },
        {
            "start": 816459873,
            "stop": 816462529
        },
        {
            "start": 816462542,
            "stop": 816469874
        },
        {
            "start": 816470728,
            "stop": 816471737
        },
        {
            "start": 816472765,
            "stop": 816481474
        },
        {
            "start": 816482752,
            "stop": 816493422
        }
    ]
}