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/L1_STOCH_CAT2_H2L1/segments?format=api&page=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=193",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 194,
    "results": [
        {
            "start": 826346627,
            "stop": 826346927
        },
        {
            "start": 826349348,
            "stop": 826349948
        },
        {
            "start": 826350126,
            "stop": 826350186
        },
        {
            "start": 826350595,
            "stop": 826350775
        },
        {
            "start": 826351474,
            "stop": 826351774
        },
        {
            "start": 826352845,
            "stop": 826353355
        },
        {
            "start": 826353802,
            "stop": 826353982
        },
        {
            "start": 826354301,
            "stop": 826354361
        },
        {
            "start": 826354590,
            "stop": 826354710
        },
        {
            "start": 826354937,
            "stop": 826355117
        },
        {
            "start": 826412052,
            "stop": 826412172
        },
        {
            "start": 826430757,
            "stop": 826430937
        },
        {
            "start": 826430967,
            "stop": 826431237
        },
        {
            "start": 826431393,
            "stop": 826431633
        },
        {
            "start": 826432156,
            "stop": 826432756
        },
        {
            "start": 826433227,
            "stop": 826433407
        },
        {
            "start": 826433630,
            "stop": 826433870
        },
        {
            "start": 826434085,
            "stop": 826434505
        },
        {
            "start": 826434661,
            "stop": 826435021
        },
        {
            "start": 826435211,
            "stop": 826435781
        }
    ]
}