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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=6",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 7,
    "results": [
        {
            "start": 932108680,
            "stop": 932109218
        },
        {
            "start": 932109959,
            "stop": 932112644
        },
        {
            "start": 932115268,
            "stop": 932122392
        },
        {
            "start": 932123648,
            "stop": 932130134
        },
        {
            "start": 932132100,
            "stop": 932133109
        },
        {
            "start": 932144795,
            "stop": 932146269
        },
        {
            "start": 932148013,
            "stop": 932149642
        },
        {
            "start": 932160666,
            "stop": 932161243
        },
        {
            "start": 932163273,
            "stop": 932164038
        },
        {
            "start": 932172102,
            "stop": 932178146
        },
        {
            "start": 932187087,
            "stop": 932191429
        },
        {
            "start": 932196440,
            "stop": 932202872
        },
        {
            "start": 932205873,
            "stop": 932214921
        },
        {
            "start": 932269258,
            "stop": 932269467
        },
        {
            "start": 932270492,
            "stop": 932284674
        },
        {
            "start": 932288665,
            "stop": 932289844
        },
        {
            "start": 932293443,
            "stop": 932308115
        },
        {
            "start": 932311471,
            "stop": 932312136
        },
        {
            "start": 932316434,
            "stop": 932317056
        },
        {
            "start": 932318261,
            "stop": 932318265
        }
    ]
}