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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=927",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=925",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 926,
    "results": [
        {
            "start": 869306160,
            "stop": 869312580
        },
        {
            "start": 869312724,
            "stop": 869313924
        },
        {
            "start": 869314709,
            "stop": 869315189
        },
        {
            "start": 869315328,
            "stop": 869316408
        },
        {
            "start": 869316553,
            "stop": 869317453
        },
        {
            "start": 869317799,
            "stop": 869317859
        },
        {
            "start": 869318181,
            "stop": 869318781
        },
        {
            "start": 869318941,
            "stop": 869324341
        },
        {
            "start": 869348500,
            "stop": 869348620
        },
        {
            "start": 869348786,
            "stop": 869349206
        },
        {
            "start": 869349384,
            "stop": 869349444
        },
        {
            "start": 869349685,
            "stop": 869350645
        },
        {
            "start": 869350875,
            "stop": 869351055
        },
        {
            "start": 869351205,
            "stop": 869357415
        },
        {
            "start": 869357629,
            "stop": 869365369
        },
        {
            "start": 869365519,
            "stop": 869367529
        },
        {
            "start": 869441289,
            "stop": 869442549
        },
        {
            "start": 869444953,
            "stop": 869446573
        },
        {
            "start": 869453372,
            "stop": 869456642
        },
        {
            "start": 869456792,
            "stop": 869464472
        }
    ]
}