Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1653
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=1654",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1652",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1653,
    "results": [
        {
            "start": 956608412,
            "stop": 956608875
        },
        {
            "start": 956608877,
            "stop": 956608886
        },
        {
            "start": 956608888,
            "stop": 956609030
        },
        {
            "start": 956609032,
            "stop": 956609440
        },
        {
            "start": 956609448,
            "stop": 956609472
        },
        {
            "start": 956609474,
            "stop": 956609779
        },
        {
            "start": 956609781,
            "stop": 956610611
        },
        {
            "start": 956610614,
            "stop": 956610939
        },
        {
            "start": 956613291,
            "stop": 956614334
        },
        {
            "start": 956614342,
            "stop": 956616740
        },
        {
            "start": 956616742,
            "stop": 956616846
        },
        {
            "start": 956616848,
            "stop": 956618428
        },
        {
            "start": 956618431,
            "stop": 956619168
        },
        {
            "start": 956619170,
            "stop": 956619437
        },
        {
            "start": 956619438,
            "stop": 956619950
        },
        {
            "start": 956619952,
            "stop": 956621050
        },
        {
            "start": 956621051,
            "stop": 956621762
        },
        {
            "start": 956621764,
            "stop": 956622106
        },
        {
            "start": 956622108,
            "stop": 956622110
        },
        {
            "start": 956622112,
            "stop": 956622127
        }
    ]
}