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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=139",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 140,
    "results": [
        {
            "start": 931438621,
            "stop": 931438676
        },
        {
            "start": 931438678,
            "stop": 931438697
        },
        {
            "start": 931438699,
            "stop": 931438736
        },
        {
            "start": 931438738,
            "stop": 931438781
        },
        {
            "start": 931438783,
            "stop": 931438788
        },
        {
            "start": 931438790,
            "stop": 931438799
        },
        {
            "start": 931438801,
            "stop": 931438828
        },
        {
            "start": 931438830,
            "stop": 931438887
        },
        {
            "start": 931438889,
            "stop": 931438910
        },
        {
            "start": 931438912,
            "stop": 931438962
        },
        {
            "start": 931438963,
            "stop": 931439003
        },
        {
            "start": 931439005,
            "stop": 931439107
        },
        {
            "start": 931439109,
            "stop": 931439118
        },
        {
            "start": 931439119,
            "stop": 931439136
        },
        {
            "start": 931439138,
            "stop": 931439215
        },
        {
            "start": 931439217,
            "stop": 931439253
        },
        {
            "start": 931439255,
            "stop": 931439351
        },
        {
            "start": 931439354,
            "stop": 931439361
        },
        {
            "start": 931439363,
            "stop": 931439374
        },
        {
            "start": 931439376,
            "stop": 931439437
        }
    ]
}