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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=342",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 343,
    "results": [
        {
            "start": 823870866,
            "stop": 823870873
        },
        {
            "start": 823870902,
            "stop": 823870911
        },
        {
            "start": 823870923,
            "stop": 823870941
        },
        {
            "start": 823870946,
            "stop": 823870963
        },
        {
            "start": 823871506,
            "stop": 823873214
        },
        {
            "start": 823873219,
            "stop": 823873600
        },
        {
            "start": 823873609,
            "stop": 823873630
        },
        {
            "start": 823879029,
            "stop": 823879241
        },
        {
            "start": 823880269,
            "stop": 823880311
        },
        {
            "start": 823880316,
            "stop": 823880337
        },
        {
            "start": 823880344,
            "stop": 823880385
        },
        {
            "start": 823881100,
            "stop": 823881527
        },
        {
            "start": 823881536,
            "stop": 823881678
        },
        {
            "start": 823881698,
            "stop": 823883483
        },
        {
            "start": 823883488,
            "stop": 823884217
        },
        {
            "start": 823884230,
            "stop": 823884349
        },
        {
            "start": 823884356,
            "stop": 823885473
        },
        {
            "start": 823885482,
            "stop": 823885531
        },
        {
            "start": 823886866,
            "stop": 823887183
        },
        {
            "start": 823887188,
            "stop": 823887208
        }
    ]
}