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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=11",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 12,
    "results": [
        {
            "start": 931160688,
            "stop": 931160693
        },
        {
            "start": 931160703,
            "stop": 931160704
        },
        {
            "start": 931160707,
            "stop": 931160711
        },
        {
            "start": 931160712,
            "stop": 931160715
        },
        {
            "start": 931160719,
            "stop": 931160723
        },
        {
            "start": 931160727,
            "stop": 931160728
        },
        {
            "start": 931160737,
            "stop": 931160745
        },
        {
            "start": 931160747,
            "stop": 931160750
        },
        {
            "start": 931160761,
            "stop": 931160772
        },
        {
            "start": 931160777,
            "stop": 931160782
        },
        {
            "start": 931160784,
            "stop": 931160785
        },
        {
            "start": 931160788,
            "stop": 931160793
        },
        {
            "start": 931160797,
            "stop": 931160803
        },
        {
            "start": 931160808,
            "stop": 931160810
        },
        {
            "start": 931160822,
            "stop": 931160826
        },
        {
            "start": 931160829,
            "stop": 931160830
        },
        {
            "start": 931160834,
            "stop": 931160836
        },
        {
            "start": 931160843,
            "stop": 931160851
        },
        {
            "start": 931160853,
            "stop": 931160860
        },
        {
            "start": 931160869,
            "stop": 931160870
        }
    ]
}