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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=55",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 56,
    "results": [
        {
            "start": 1250786940,
            "stop": 1250788052
        },
        {
            "start": 1250788060,
            "stop": 1250791756
        },
        {
            "start": 1250791764,
            "stop": 1250792556
        },
        {
            "start": 1250792564,
            "stop": 1250793292
        },
        {
            "start": 1250793300,
            "stop": 1250794364
        },
        {
            "start": 1250794372,
            "stop": 1250794412
        },
        {
            "start": 1250794420,
            "stop": 1250795924
        },
        {
            "start": 1250795932,
            "stop": 1250796725
        },
        {
            "start": 1250796865,
            "stop": 1250798172
        },
        {
            "start": 1250798180,
            "stop": 1250798212
        },
        {
            "start": 1250798220,
            "stop": 1250798631
        },
        {
            "start": 1250798722,
            "stop": 1250799396
        },
        {
            "start": 1250799404,
            "stop": 1250800196
        },
        {
            "start": 1250800204,
            "stop": 1250800228
        },
        {
            "start": 1250800236,
            "stop": 1250800396
        },
        {
            "start": 1250800404,
            "stop": 1250801084
        },
        {
            "start": 1250801092,
            "stop": 1250801140
        },
        {
            "start": 1250801148,
            "stop": 1250801452
        },
        {
            "start": 1250801460,
            "stop": 1250802932
        },
        {
            "start": 1250802940,
            "stop": 1250804028
        }
    ]
}