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=390
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=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=389",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 390,
    "results": [
        {
            "start": 836840816,
            "stop": 836841236
        },
        {
            "start": 836841380,
            "stop": 836843720
        },
        {
            "start": 836843871,
            "stop": 836844111
        },
        {
            "start": 836844447,
            "stop": 836844987
        },
        {
            "start": 836845150,
            "stop": 836845330
        },
        {
            "start": 836862629,
            "stop": 836862689
        },
        {
            "start": 836862855,
            "stop": 836863155
        },
        {
            "start": 836863306,
            "stop": 836863606
        },
        {
            "start": 836863806,
            "stop": 836877726
        },
        {
            "start": 836877886,
            "stop": 836879026
        },
        {
            "start": 836882720,
            "stop": 836883380
        },
        {
            "start": 836884798,
            "stop": 836889838
        },
        {
            "start": 836889988,
            "stop": 836897158
        },
        {
            "start": 836898371,
            "stop": 836902511
        },
        {
            "start": 836902720,
            "stop": 836903740
        },
        {
            "start": 836903890,
            "stop": 836907340
        },
        {
            "start": 836907482,
            "stop": 836908802
        },
        {
            "start": 836908943,
            "stop": 836916803
        },
        {
            "start": 836916940,
            "stop": 836920060
        },
        {
            "start": 836920202,
            "stop": 836920862
        }
    ]
}