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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=506",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=504",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 505,
    "results": [
        {
            "start": 823708064,
            "stop": 823708100
        },
        {
            "start": 823708107,
            "stop": 823711814
        },
        {
            "start": 823773035,
            "stop": 823773427
        },
        {
            "start": 823780386,
            "stop": 823784426
        },
        {
            "start": 823784434,
            "stop": 823784673
        },
        {
            "start": 823785377,
            "stop": 823785580
        },
        {
            "start": 823785812,
            "stop": 823789418
        },
        {
            "start": 823790218,
            "stop": 823792681
        },
        {
            "start": 823793570,
            "stop": 823800476
        },
        {
            "start": 823801409,
            "stop": 823803200
        },
        {
            "start": 823858273,
            "stop": 823862467
        },
        {
            "start": 823866491,
            "stop": 823870753
        },
        {
            "start": 823872504,
            "stop": 823873928
        },
        {
            "start": 823873933,
            "stop": 823876282
        },
        {
            "start": 823878023,
            "stop": 823881458
        },
        {
            "start": 823881463,
            "stop": 823882130
        },
        {
            "start": 823882135,
            "stop": 823883519
        },
        {
            "start": 823883524,
            "stop": 823883553
        },
        {
            "start": 823883558,
            "stop": 823883807
        },
        {
            "start": 823941723,
            "stop": 823955112
        }
    ]
}