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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2485",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2483",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2484,
    "results": [
        {
            "start": 875112426,
            "stop": 875112442
        },
        {
            "start": 875112451,
            "stop": 875114068
        },
        {
            "start": 875114075,
            "stop": 875114805
        },
        {
            "start": 875114822,
            "stop": 875115028
        },
        {
            "start": 875115045,
            "stop": 875115147
        },
        {
            "start": 875115164,
            "stop": 875116062
        },
        {
            "start": 875116075,
            "stop": 875116582
        },
        {
            "start": 875116589,
            "stop": 875119442
        },
        {
            "start": 875119478,
            "stop": 875119924
        },
        {
            "start": 875119931,
            "stop": 875121240
        },
        {
            "start": 875121321,
            "stop": 875122632
        },
        {
            "start": 875122649,
            "stop": 875124142
        },
        {
            "start": 875124159,
            "stop": 875124410
        },
        {
            "start": 875124490,
            "stop": 875125695
        },
        {
            "start": 875125702,
            "stop": 875125879
        },
        {
            "start": 875125886,
            "stop": 875126216
        },
        {
            "start": 875126223,
            "stop": 875126541
        },
        {
            "start": 875126558,
            "stop": 875127019
        },
        {
            "start": 875127036,
            "stop": 875128195
        },
        {
            "start": 875128202,
            "stop": 875131825
        }
    ]
}