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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=142",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 143,
    "results": [
        {
            "start": 838742069,
            "stop": 838742073
        },
        {
            "start": 838742082,
            "stop": 838742091
        },
        {
            "start": 838742109,
            "stop": 838744061
        },
        {
            "start": 838744063,
            "stop": 838744082
        },
        {
            "start": 838744084,
            "stop": 838749398
        },
        {
            "start": 838749399,
            "stop": 838749400
        },
        {
            "start": 838749401,
            "stop": 838750875
        },
        {
            "start": 838750890,
            "stop": 838750892
        },
        {
            "start": 838750900,
            "stop": 838752285
        },
        {
            "start": 838753450,
            "stop": 838754821
        },
        {
            "start": 838754822,
            "stop": 838768976
        },
        {
            "start": 838768978,
            "stop": 838773827
        },
        {
            "start": 838773829,
            "stop": 838822625
        },
        {
            "start": 838826051,
            "stop": 838831635
        },
        {
            "start": 838831710,
            "stop": 838844165
        },
        {
            "start": 838845347,
            "stop": 838907487
        },
        {
            "start": 838907495,
            "stop": 838910808
        },
        {
            "start": 838910817,
            "stop": 838910821
        },
        {
            "start": 838910987,
            "stop": 838911818
        },
        {
            "start": 838911826,
            "stop": 838911830
        }
    ]
}