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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3817",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3815",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3816,
    "results": [
        {
            "start": 874713340,
            "stop": 874713600
        },
        {
            "start": 874713660,
            "stop": 874713780
        },
        {
            "start": 874713900,
            "stop": 874713960
        },
        {
            "start": 874714020,
            "stop": 874714260
        },
        {
            "start": 874714320,
            "stop": 874714844
        },
        {
            "start": 874715025,
            "stop": 874716149
        },
        {
            "start": 874716166,
            "stop": 874718618
        },
        {
            "start": 874718635,
            "stop": 874720064
        },
        {
            "start": 874720245,
            "stop": 874720367
        },
        {
            "start": 874720384,
            "stop": 874720680
        },
        {
            "start": 874720740,
            "stop": 874721685
        },
        {
            "start": 874721704,
            "stop": 874722240
        },
        {
            "start": 874722270,
            "stop": 874722503
        },
        {
            "start": 874722520,
            "stop": 874723696
        },
        {
            "start": 874723713,
            "stop": 874725990
        },
        {
            "start": 874726007,
            "stop": 874727229
        },
        {
            "start": 874727246,
            "stop": 874730165
        },
        {
            "start": 874730182,
            "stop": 874730569
        },
        {
            "start": 874730586,
            "stop": 874732620
        },
        {
            "start": 874732680,
            "stop": 874734000
        }
    ]
}