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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=572",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=570",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 571,
    "results": [
        {
            "start": 836948902,
            "stop": 836968247
        },
        {
            "start": 836968253,
            "stop": 837025904
        },
        {
            "start": 837027450,
            "stop": 837028351
        },
        {
            "start": 837028356,
            "stop": 837028360
        },
        {
            "start": 837028368,
            "stop": 837033738
        },
        {
            "start": 837034728,
            "stop": 837038087
        },
        {
            "start": 837038990,
            "stop": 837086139
        },
        {
            "start": 837090809,
            "stop": 837110247
        },
        {
            "start": 837114783,
            "stop": 837114831
        },
        {
            "start": 837114851,
            "stop": 837135042
        },
        {
            "start": 837136248,
            "stop": 837160807
        },
        {
            "start": 837160815,
            "stop": 837160817
        },
        {
            "start": 837162612,
            "stop": 837164705
        },
        {
            "start": 837167725,
            "stop": 837182824
        },
        {
            "start": 837182830,
            "stop": 837185581
        },
        {
            "start": 837185594,
            "stop": 837188434
        },
        {
            "start": 837188442,
            "stop": 837188669
        },
        {
            "start": 837189080,
            "stop": 837189203
        },
        {
            "start": 837189212,
            "stop": 837209815
        },
        {
            "start": 837209822,
            "stop": 837209832
        }
    ]
}