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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=82",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 83,
    "results": [
        {
            "start": 829728962,
            "stop": 829744765
        },
        {
            "start": 829746501,
            "stop": 829793551
        },
        {
            "start": 829793561,
            "stop": 829817173
        },
        {
            "start": 829817180,
            "stop": 829843780
        },
        {
            "start": 829844335,
            "stop": 829856134
        },
        {
            "start": 829857179,
            "stop": 829860185
        },
        {
            "start": 829863585,
            "stop": 829890259
        },
        {
            "start": 829891799,
            "stop": 829929276
        },
        {
            "start": 829937063,
            "stop": 829937805
        },
        {
            "start": 829939401,
            "stop": 829943488
        },
        {
            "start": 829944194,
            "stop": 829948717
        },
        {
            "start": 829952725,
            "stop": 829952936
        },
        {
            "start": 829953004,
            "stop": 829955134
        },
        {
            "start": 829955361,
            "stop": 829956651
        },
        {
            "start": 829957511,
            "stop": 829981978
        },
        {
            "start": 829984768,
            "stop": 830012453
        },
        {
            "start": 830032317,
            "stop": 830036670
        },
        {
            "start": 830041350,
            "stop": 830044429
        },
        {
            "start": 830045706,
            "stop": 830096743
        },
        {
            "start": 830100539,
            "stop": 830113843
        }
    ]
}