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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_STOCH_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_STOCH_CAT1/segments?format=api&page=14",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 15,
    "results": [
        {
            "start": 1378490887,
            "stop": 1378497008
        },
        {
            "start": 1378498040,
            "stop": 1378505813
        },
        {
            "start": 1378511108,
            "stop": 1378526085
        },
        {
            "start": 1378528583,
            "stop": 1378555585
        },
        {
            "start": 1378560398,
            "stop": 1378562459
        },
        {
            "start": 1378580503,
            "stop": 1378600864
        },
        {
            "start": 1378604666,
            "stop": 1378609316
        },
        {
            "start": 1378612150,
            "stop": 1378642173
        },
        {
            "start": 1378646830,
            "stop": 1378665050
        },
        {
            "start": 1378680886,
            "stop": 1378837599
        },
        {
            "start": 1378840877,
            "stop": 1378954833
        },
        {
            "start": 1378956489,
            "stop": 1378985828
        },
        {
            "start": 1378992740,
            "stop": 1379024528
        },
        {
            "start": 1379028072,
            "stop": 1379042625
        },
        {
            "start": 1379046035,
            "stop": 1379080882
        },
        {
            "start": 1379098496,
            "stop": 1379130459
        },
        {
            "start": 1379135956,
            "stop": 1379142972
        },
        {
            "start": 1379158830,
            "stop": 1379167296
        },
        {
            "start": 1379186858,
            "stop": 1379257176
        },
        {
            "start": 1379269231,
            "stop": 1379271626
        }
    ]
}