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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=373",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 374,
    "results": [
        {
            "start": 958922476,
            "stop": 958926897
        },
        {
            "start": 958933059,
            "stop": 958936173
        },
        {
            "start": 958938320,
            "stop": 958938880
        },
        {
            "start": 958940614,
            "stop": 958955442
        },
        {
            "start": 958955650,
            "stop": 958961942
        },
        {
            "start": 958976297,
            "stop": 958986430
        },
        {
            "start": 958988331,
            "stop": 959007796
        },
        {
            "start": 959013022,
            "stop": 959016476
        },
        {
            "start": 959025483,
            "stop": 959034000
        },
        {
            "start": 959034075,
            "stop": 959037264
        },
        {
            "start": 959037269,
            "stop": 959042149
        },
        {
            "start": 959046814,
            "stop": 959061253
        },
        {
            "start": 959063793,
            "stop": 959076838
        },
        {
            "start": 959084353,
            "stop": 959084542
        },
        {
            "start": 959087852,
            "stop": 959091820
        },
        {
            "start": 959107093,
            "stop": 959107516
        },
        {
            "start": 959110522,
            "stop": 959110577
        },
        {
            "start": 959110653,
            "stop": 959110817
        },
        {
            "start": 959112781,
            "stop": 959114547
        },
        {
            "start": 959163351,
            "stop": 959170610
        }
    ]
}