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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=37",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 38,
    "results": [
        {
            "start": 818391667,
            "stop": 818392957
        },
        {
            "start": 818393107,
            "stop": 818393407
        },
        {
            "start": 818393572,
            "stop": 818393692
        },
        {
            "start": 818395680,
            "stop": 818396280
        },
        {
            "start": 818396442,
            "stop": 818396682
        },
        {
            "start": 818396865,
            "stop": 818397825
        },
        {
            "start": 818398002,
            "stop": 818398122
        },
        {
            "start": 818398264,
            "stop": 818398444
        },
        {
            "start": 818398673,
            "stop": 818398793
        },
        {
            "start": 818398982,
            "stop": 818399102
        },
        {
            "start": 818399434,
            "stop": 818399974
        },
        {
            "start": 818400094,
            "stop": 818400334
        },
        {
            "start": 818400506,
            "stop": 818400566
        },
        {
            "start": 818400723,
            "stop": 818401023
        },
        {
            "start": 818401166,
            "stop": 818401766
        },
        {
            "start": 818402099,
            "stop": 818403179
        },
        {
            "start": 818403321,
            "stop": 818403441
        },
        {
            "start": 818403580,
            "stop": 818403820
        },
        {
            "start": 818403972,
            "stop": 818404932
        },
        {
            "start": 818405444,
            "stop": 818405744
        }
    ]
}