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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5151",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5152,
    "results": [
        {
            "start": 874722337,
            "stop": 874722349
        },
        {
            "start": 874722356,
            "stop": 874722359
        },
        {
            "start": 874722366,
            "stop": 874722380
        },
        {
            "start": 874722392,
            "stop": 874722453
        },
        {
            "start": 874722460,
            "stop": 874722472
        },
        {
            "start": 874722479,
            "stop": 874722523
        },
        {
            "start": 874722530,
            "stop": 874722568
        },
        {
            "start": 874722576,
            "stop": 874722595
        },
        {
            "start": 874722602,
            "stop": 874722614
        },
        {
            "start": 874722621,
            "stop": 874722649
        },
        {
            "start": 874722656,
            "stop": 874722759
        },
        {
            "start": 874722770,
            "stop": 874722820
        },
        {
            "start": 874722828,
            "stop": 874722866
        },
        {
            "start": 874722873,
            "stop": 874722951
        },
        {
            "start": 874722958,
            "stop": 874723030
        },
        {
            "start": 874723038,
            "stop": 874723072
        },
        {
            "start": 874723079,
            "stop": 874723116
        },
        {
            "start": 874723123,
            "stop": 874723300
        },
        {
            "start": 874723311,
            "stop": 874723381
        },
        {
            "start": 874723394,
            "stop": 874723596
        }
    ]
}