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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=23",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 24,
    "results": [
        {
            "start": 823699942,
            "stop": 823711814
        },
        {
            "start": 823773035,
            "stop": 823773428
        },
        {
            "start": 823780386,
            "stop": 823784674
        },
        {
            "start": 823785377,
            "stop": 823785580
        },
        {
            "start": 823785812,
            "stop": 823789419
        },
        {
            "start": 823790218,
            "stop": 823792681
        },
        {
            "start": 823793570,
            "stop": 823800477
        },
        {
            "start": 823801409,
            "stop": 823803200
        },
        {
            "start": 823858273,
            "stop": 823862467
        },
        {
            "start": 823866491,
            "stop": 823870754
        },
        {
            "start": 823872504,
            "stop": 823876283
        },
        {
            "start": 823878023,
            "stop": 823883807
        },
        {
            "start": 823941723,
            "stop": 823963464
        },
        {
            "start": 824035044,
            "stop": 824049536
        },
        {
            "start": 824117813,
            "stop": 824137067
        },
        {
            "start": 824203440,
            "stop": 824208097
        },
        {
            "start": 824208117,
            "stop": 824211944
        },
        {
            "start": 824213339,
            "stop": 824214443
        },
        {
            "start": 824216351,
            "stop": 824217448
        },
        {
            "start": 824218364,
            "stop": 824223925
        }
    ]
}