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=565
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=566",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=564",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 565,
    "results": [
        {
            "start": 835101713,
            "stop": 835212358
        },
        {
            "start": 835214244,
            "stop": 835247126
        },
        {
            "start": 835248192,
            "stop": 835306587
        },
        {
            "start": 835306594,
            "stop": 835315226
        },
        {
            "start": 835315928,
            "stop": 835372514
        },
        {
            "start": 835372521,
            "stop": 835374902
        },
        {
            "start": 835376304,
            "stop": 835393153
        },
        {
            "start": 835395164,
            "stop": 835397913
        },
        {
            "start": 835397921,
            "stop": 835411653
        },
        {
            "start": 835412799,
            "stop": 835413065
        },
        {
            "start": 835413846,
            "stop": 835443423
        },
        {
            "start": 835443428,
            "stop": 835443448
        },
        {
            "start": 835444353,
            "stop": 835450128
        },
        {
            "start": 835450134,
            "stop": 835455664
        },
        {
            "start": 835471334,
            "stop": 835475788
        },
        {
            "start": 835476665,
            "stop": 835479724
        },
        {
            "start": 835479777,
            "stop": 835480056
        },
        {
            "start": 835481251,
            "stop": 835481497
        },
        {
            "start": 835481502,
            "stop": 835483833
        },
        {
            "start": 835483853,
            "stop": 835490039
        }
    ]
}