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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=664",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=662",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 663,
    "results": [
        {
            "start": 857633885,
            "stop": 857636333
        },
        {
            "start": 857637670,
            "stop": 857639330
        },
        {
            "start": 857642133,
            "stop": 857645437
        },
        {
            "start": 857647201,
            "stop": 857652036
        },
        {
            "start": 857653542,
            "stop": 857655502
        },
        {
            "start": 857655520,
            "stop": 857667274
        },
        {
            "start": 857669641,
            "stop": 857670450
        },
        {
            "start": 857670510,
            "stop": 857672850
        },
        {
            "start": 857675267,
            "stop": 857678592
        },
        {
            "start": 857679613,
            "stop": 857680290
        },
        {
            "start": 857680770,
            "stop": 857681970
        },
        {
            "start": 857682621,
            "stop": 857686187
        },
        {
            "start": 857689497,
            "stop": 857695410
        },
        {
            "start": 857696660,
            "stop": 857706566
        },
        {
            "start": 857708948,
            "stop": 857715501
        },
        {
            "start": 857716317,
            "stop": 857725470
        },
        {
            "start": 857725590,
            "stop": 857732430
        },
        {
            "start": 857732490,
            "stop": 857732910
        },
        {
            "start": 857732970,
            "stop": 857733330
        },
        {
            "start": 857733690,
            "stop": 857733810
        }
    ]
}