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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=368",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 369,
    "results": [
        {
            "start": 865134288,
            "stop": 865135720
        },
        {
            "start": 865136020,
            "stop": 865140480
        },
        {
            "start": 865140540,
            "stop": 865163816
        },
        {
            "start": 865163834,
            "stop": 865172551
        },
        {
            "start": 865172774,
            "stop": 865175759
        },
        {
            "start": 865175781,
            "stop": 865176222
        },
        {
            "start": 865176263,
            "stop": 865177800
        },
        {
            "start": 865177890,
            "stop": 865180032
        },
        {
            "start": 865180101,
            "stop": 865181809
        },
        {
            "start": 865181919,
            "stop": 865182126
        },
        {
            "start": 865182426,
            "stop": 865183290
        },
        {
            "start": 865183350,
            "stop": 865183437
        },
        {
            "start": 865183547,
            "stop": 865184305
        },
        {
            "start": 865184605,
            "stop": 865184644
        },
        {
            "start": 865184944,
            "stop": 865184975
        },
        {
            "start": 865189081,
            "stop": 865189140
        },
        {
            "start": 865189200,
            "stop": 865189237
        },
        {
            "start": 865189347,
            "stop": 865189380
        },
        {
            "start": 865189440,
            "stop": 865189560
        },
        {
            "start": 865189620,
            "stop": 865189695
        }
    ]
}