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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=291",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 292,
    "results": [
        {
            "start": 858373167,
            "stop": 858373204
        },
        {
            "start": 858373228,
            "stop": 858373284
        },
        {
            "start": 858373288,
            "stop": 858373292
        },
        {
            "start": 858373307,
            "stop": 858373325
        },
        {
            "start": 858373334,
            "stop": 858373336
        },
        {
            "start": 858373340,
            "stop": 858373345
        },
        {
            "start": 858373353,
            "stop": 858373363
        },
        {
            "start": 858373377,
            "stop": 858373383
        },
        {
            "start": 858373387,
            "stop": 858373397
        },
        {
            "start": 858373402,
            "stop": 858373708
        },
        {
            "start": 858373712,
            "stop": 858376378
        },
        {
            "start": 858377319,
            "stop": 858377545
        },
        {
            "start": 858377558,
            "stop": 858377564
        },
        {
            "start": 858377568,
            "stop": 858377578
        },
        {
            "start": 858377592,
            "stop": 858377640
        },
        {
            "start": 858377644,
            "stop": 858377665
        },
        {
            "start": 858377683,
            "stop": 858377765
        },
        {
            "start": 858377774,
            "stop": 858377777
        },
        {
            "start": 858379360,
            "stop": 858390331
        },
        {
            "start": 858391097,
            "stop": 858395757
        }
    ]
}