Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2328
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2327",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2328,
    "results": [
        {
            "start": 871717254,
            "stop": 871717259
        },
        {
            "start": 871717276,
            "stop": 871717309
        },
        {
            "start": 871717326,
            "stop": 871717330
        },
        {
            "start": 871717347,
            "stop": 871717388
        },
        {
            "start": 871717405,
            "stop": 871717567
        },
        {
            "start": 871717591,
            "stop": 871717645
        },
        {
            "start": 871717673,
            "stop": 871717720
        },
        {
            "start": 871717737,
            "stop": 871717766
        },
        {
            "start": 871717783,
            "stop": 871717796
        },
        {
            "start": 871717813,
            "stop": 871717903
        },
        {
            "start": 871717920,
            "stop": 871718208
        },
        {
            "start": 871718225,
            "stop": 871718503
        },
        {
            "start": 871718520,
            "stop": 871718544
        },
        {
            "start": 871718561,
            "stop": 871718673
        },
        {
            "start": 871718690,
            "stop": 871718880
        },
        {
            "start": 871719180,
            "stop": 871719234
        },
        {
            "start": 871719251,
            "stop": 871719357
        },
        {
            "start": 871719390,
            "stop": 871719406
        },
        {
            "start": 871719436,
            "stop": 871719473
        },
        {
            "start": 871719490,
            "stop": 871719540
        }
    ]
}