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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=336",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 337,
    "results": [
        {
            "start": 834360164,
            "stop": 834360284
        },
        {
            "start": 834360687,
            "stop": 834360747
        },
        {
            "start": 834360892,
            "stop": 834361132
        },
        {
            "start": 834361385,
            "stop": 834361565
        },
        {
            "start": 834361735,
            "stop": 834368395
        },
        {
            "start": 834371521,
            "stop": 834372241
        },
        {
            "start": 834372455,
            "stop": 834373715
        },
        {
            "start": 834373883,
            "stop": 834374603
        },
        {
            "start": 834377773,
            "stop": 834380113
        },
        {
            "start": 834380263,
            "stop": 834385093
        },
        {
            "start": 834385339,
            "stop": 834385459
        },
        {
            "start": 834385844,
            "stop": 834389264
        },
        {
            "start": 834389403,
            "stop": 834390063
        },
        {
            "start": 834398053,
            "stop": 834398293
        },
        {
            "start": 834398427,
            "stop": 834403287
        },
        {
            "start": 834403438,
            "stop": 834404878
        },
        {
            "start": 834405038,
            "stop": 834405758
        },
        {
            "start": 834405967,
            "stop": 834410347
        },
        {
            "start": 834410853,
            "stop": 834411273
        },
        {
            "start": 834411404,
            "stop": 834413204
        }
    ]
}