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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=57",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 58,
    "results": [
        {
            "start": 931249675,
            "stop": 931250089
        },
        {
            "start": 931250091,
            "stop": 931250267
        },
        {
            "start": 931250269,
            "stop": 931250396
        },
        {
            "start": 931250398,
            "stop": 931250582
        },
        {
            "start": 931250584,
            "stop": 931250603
        },
        {
            "start": 931250605,
            "stop": 931250653
        },
        {
            "start": 931250654,
            "stop": 931250821
        },
        {
            "start": 931250822,
            "stop": 931251100
        },
        {
            "start": 931251102,
            "stop": 931251300
        },
        {
            "start": 931251302,
            "stop": 931251361
        },
        {
            "start": 931251363,
            "stop": 931251412
        },
        {
            "start": 931251414,
            "stop": 931251435
        },
        {
            "start": 931251436,
            "stop": 931251483
        },
        {
            "start": 931251485,
            "stop": 931251558
        },
        {
            "start": 931251560,
            "stop": 931251671
        },
        {
            "start": 931251672,
            "stop": 931251691
        },
        {
            "start": 931251693,
            "stop": 931251949
        },
        {
            "start": 931251951,
            "stop": 931252174
        },
        {
            "start": 931252176,
            "stop": 931252279
        },
        {
            "start": 931252281,
            "stop": 931252338
        }
    ]
}