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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=37",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 38,
    "results": [
        {
            "start": 1238565346,
            "stop": 1238565359
        },
        {
            "start": 1238565360,
            "stop": 1238565364
        },
        {
            "start": 1238565365,
            "stop": 1238565382
        },
        {
            "start": 1238565383,
            "stop": 1238565388
        },
        {
            "start": 1238565389,
            "stop": 1238565995
        },
        {
            "start": 1238565998,
            "stop": 1238567160
        },
        {
            "start": 1238567163,
            "stop": 1238567792
        },
        {
            "start": 1238567795,
            "stop": 1238567957
        },
        {
            "start": 1238567960,
            "stop": 1238568073
        },
        {
            "start": 1238568076,
            "stop": 1238569732
        },
        {
            "start": 1238569733,
            "stop": 1238569842
        },
        {
            "start": 1238569844,
            "stop": 1238571517
        },
        {
            "start": 1238571519,
            "stop": 1238571597
        },
        {
            "start": 1238571598,
            "stop": 1238571600
        },
        {
            "start": 1238571601,
            "stop": 1238572195
        },
        {
            "start": 1238572197,
            "stop": 1238572199
        },
        {
            "start": 1238572200,
            "stop": 1238572224
        },
        {
            "start": 1238572225,
            "stop": 1238572226
        },
        {
            "start": 1238572228,
            "stop": 1238580988
        },
        {
            "start": 1238580991,
            "stop": 1238581835
        }
    ]
}