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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1871",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1869",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1870,
    "results": [
        {
            "start": 968528874,
            "stop": 968530340
        },
        {
            "start": 968530470,
            "stop": 968533694
        },
        {
            "start": 968549402,
            "stop": 968549560
        },
        {
            "start": 968556757,
            "stop": 968558722
        },
        {
            "start": 968558723,
            "stop": 968561107
        },
        {
            "start": 968561455,
            "stop": 968566302
        },
        {
            "start": 968569252,
            "stop": 968569301
        },
        {
            "start": 968571186,
            "stop": 968572924
        },
        {
            "start": 968576181,
            "stop": 968581948
        },
        {
            "start": 968582087,
            "stop": 968584484
        },
        {
            "start": 968584485,
            "stop": 968587767
        },
        {
            "start": 968587768,
            "stop": 968587791
        },
        {
            "start": 968589426,
            "stop": 968593117
        },
        {
            "start": 968593118,
            "stop": 968594087
        },
        {
            "start": 968594088,
            "stop": 968596588
        },
        {
            "start": 968599389,
            "stop": 968601031
        },
        {
            "start": 968602416,
            "stop": 968603791
        },
        {
            "start": 968604025,
            "stop": 968604273
        },
        {
            "start": 968604976,
            "stop": 968606315
        },
        {
            "start": 968607255,
            "stop": 968611456
        }
    ]
}