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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=31",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 32,
    "results": [
        {
            "start": 931170841,
            "stop": 931170846
        },
        {
            "start": 931170848,
            "stop": 931170854
        },
        {
            "start": 931170856,
            "stop": 931170857
        },
        {
            "start": 931170860,
            "stop": 931170865
        },
        {
            "start": 931170867,
            "stop": 931170869
        },
        {
            "start": 931170871,
            "stop": 931170872
        },
        {
            "start": 931170874,
            "stop": 931170880
        },
        {
            "start": 931170885,
            "stop": 931170891
        },
        {
            "start": 931170893,
            "stop": 931170895
        },
        {
            "start": 931170899,
            "stop": 931170900
        },
        {
            "start": 931170902,
            "stop": 931170909
        },
        {
            "start": 931170911,
            "stop": 931170916
        },
        {
            "start": 931170918,
            "stop": 931170923
        },
        {
            "start": 931170925,
            "stop": 931170932
        },
        {
            "start": 931170935,
            "stop": 931170937
        },
        {
            "start": 931170939,
            "stop": 931170941
        },
        {
            "start": 931170943,
            "stop": 931170949
        },
        {
            "start": 931170955,
            "stop": 931170958
        },
        {
            "start": 931170961,
            "stop": 931170967
        },
        {
            "start": 931173201,
            "stop": 931173217
        }
    ]
}