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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=116",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 117,
    "results": [
        {
            "start": 826814282,
            "stop": 826829283
        },
        {
            "start": 826832007,
            "stop": 826852627
        },
        {
            "start": 826855642,
            "stop": 826920613
        },
        {
            "start": 826923187,
            "stop": 826923673
        },
        {
            "start": 826925490,
            "stop": 826992768
        },
        {
            "start": 827014704,
            "stop": 827017487
        },
        {
            "start": 827018577,
            "stop": 827019437
        },
        {
            "start": 827023582,
            "stop": 827024061
        },
        {
            "start": 827025512,
            "stop": 827031793
        },
        {
            "start": 827033064,
            "stop": 827041428
        },
        {
            "start": 827042707,
            "stop": 827082759
        },
        {
            "start": 827086226,
            "stop": 827089346
        },
        {
            "start": 827092503,
            "stop": 827092977
        },
        {
            "start": 827093933,
            "stop": 827101393
        },
        {
            "start": 827102446,
            "stop": 827104813
        },
        {
            "start": 827105369,
            "stop": 827115548
        },
        {
            "start": 827119084,
            "stop": 827156353
        },
        {
            "start": 827157495,
            "stop": 827162953
        },
        {
            "start": 827163933,
            "stop": 827189353
        },
        {
            "start": 827190602,
            "stop": 827232965
        }
    ]
}