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/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=51
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_H2L1/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=50",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 51,
    "results": [
        {
            "start": 818929323,
            "stop": 818929743
        },
        {
            "start": 818930092,
            "stop": 818930512
        },
        {
            "start": 818930834,
            "stop": 818930894
        },
        {
            "start": 818931055,
            "stop": 818931115
        },
        {
            "start": 818931284,
            "stop": 818931344
        },
        {
            "start": 818933068,
            "stop": 818933368
        },
        {
            "start": 818933724,
            "stop": 818933784
        },
        {
            "start": 818933981,
            "stop": 818934341
        },
        {
            "start": 818934494,
            "stop": 818934674
        },
        {
            "start": 818934833,
            "stop": 818934893
        },
        {
            "start": 818937025,
            "stop": 818937265
        },
        {
            "start": 818937434,
            "stop": 818937734
        },
        {
            "start": 818938161,
            "stop": 818938221
        },
        {
            "start": 818938723,
            "stop": 818938843
        },
        {
            "start": 818938998,
            "stop": 818939898
        },
        {
            "start": 818940043,
            "stop": 818940823
        },
        {
            "start": 818940989,
            "stop": 818942009
        },
        {
            "start": 818942298,
            "stop": 818942538
        },
        {
            "start": 818942698,
            "stop": 818942818
        },
        {
            "start": 818942979,
            "stop": 818943279
        }
    ]
}