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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=735",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=733",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 734,
    "results": [
        {
            "start": 953280462,
            "stop": 953281700
        },
        {
            "start": 953281706,
            "stop": 953281846
        },
        {
            "start": 953281851,
            "stop": 953282453
        },
        {
            "start": 953282458,
            "stop": 953283113
        },
        {
            "start": 953283119,
            "stop": 953283476
        },
        {
            "start": 953283481,
            "stop": 953284380
        },
        {
            "start": 953284386,
            "stop": 953286130
        },
        {
            "start": 953286136,
            "stop": 953288068
        },
        {
            "start": 953288074,
            "stop": 953289679
        },
        {
            "start": 953289685,
            "stop": 953290296
        },
        {
            "start": 953296469,
            "stop": 953296695
        },
        {
            "start": 953296701,
            "stop": 953297046
        },
        {
            "start": 953297052,
            "stop": 953297210
        },
        {
            "start": 953297221,
            "stop": 953297661
        },
        {
            "start": 953297667,
            "stop": 953298145
        },
        {
            "start": 953298151,
            "stop": 953299956
        },
        {
            "start": 953299961,
            "stop": 953311726
        },
        {
            "start": 953311732,
            "stop": 953311967
        },
        {
            "start": 953311973,
            "stop": 953313022
        },
        {
            "start": 953313028,
            "stop": 953314461
        }
    ]
}