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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=71",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 72,
    "results": [
        {
            "start": 817584000,
            "stop": 817584060
        },
        {
            "start": 817584370,
            "stop": 817584420
        },
        {
            "start": 817584840,
            "stop": 817584960
        },
        {
            "start": 817585270,
            "stop": 817585320
        },
        {
            "start": 817585440,
            "stop": 817585500
        },
        {
            "start": 817585620,
            "stop": 817585800
        },
        {
            "start": 817585920,
            "stop": 817586040
        },
        {
            "start": 817586340,
            "stop": 817586460
        },
        {
            "start": 817586520,
            "stop": 817586690
        },
        {
            "start": 817586984,
            "stop": 817587120
        },
        {
            "start": 817587464,
            "stop": 817587720
        },
        {
            "start": 817587840,
            "stop": 817587890
        },
        {
            "start": 817588200,
            "stop": 817588320
        },
        {
            "start": 817588440,
            "stop": 817588490
        },
        {
            "start": 817588630,
            "stop": 817590960
        },
        {
            "start": 817591080,
            "stop": 817591140
        },
        {
            "start": 817591380,
            "stop": 817591500
        },
        {
            "start": 817591560,
            "stop": 817591680
        },
        {
            "start": 817591800,
            "stop": 817591860
        },
        {
            "start": 817591920,
            "stop": 817591980
        }
    ]
}