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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=400",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=398",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 399,
    "results": [
        {
            "start": 867615738,
            "stop": 867619682
        },
        {
            "start": 867619792,
            "stop": 867619852
        },
        {
            "start": 867620152,
            "stop": 867623914
        },
        {
            "start": 867623936,
            "stop": 867626513
        },
        {
            "start": 867626580,
            "stop": 867627039
        },
        {
            "start": 867627384,
            "stop": 867628291
        },
        {
            "start": 867628591,
            "stop": 867628741
        },
        {
            "start": 867628851,
            "stop": 867629530
        },
        {
            "start": 867629830,
            "stop": 867637494
        },
        {
            "start": 867637560,
            "stop": 867663384
        },
        {
            "start": 867663402,
            "stop": 867666049
        },
        {
            "start": 867666071,
            "stop": 867678332
        },
        {
            "start": 867678338,
            "stop": 867679134
        },
        {
            "start": 867679208,
            "stop": 867680792
        },
        {
            "start": 867680813,
            "stop": 867680824
        },
        {
            "start": 867680846,
            "stop": 867680897
        },
        {
            "start": 867680916,
            "stop": 867682017
        },
        {
            "start": 867682140,
            "stop": 867683434
        },
        {
            "start": 867683508,
            "stop": 867685020
        },
        {
            "start": 867685080,
            "stop": 867687405
        }
    ]
}