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=676
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=677",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=675",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 676,
    "results": [
        {
            "start": 854405107,
            "stop": 854407867
        },
        {
            "start": 854408010,
            "stop": 854408670
        },
        {
            "start": 854410325,
            "stop": 854412305
        },
        {
            "start": 854412506,
            "stop": 854426996
        },
        {
            "start": 854427116,
            "stop": 854427506
        },
        {
            "start": 854428356,
            "stop": 854436066
        },
        {
            "start": 854436156,
            "stop": 854436396
        },
        {
            "start": 854436558,
            "stop": 854438538
        },
        {
            "start": 854439702,
            "stop": 854442462
        },
        {
            "start": 854442696,
            "stop": 854442876
        },
        {
            "start": 854443094,
            "stop": 854446874
        },
        {
            "start": 854447030,
            "stop": 854449670
        },
        {
            "start": 854449815,
            "stop": 854456235
        },
        {
            "start": 854456424,
            "stop": 854456724
        },
        {
            "start": 854456922,
            "stop": 854458422
        },
        {
            "start": 854459385,
            "stop": 854461965
        },
        {
            "start": 854462378,
            "stop": 854463098
        },
        {
            "start": 854464485,
            "stop": 854464785
        },
        {
            "start": 854465039,
            "stop": 854465159
        },
        {
            "start": 854466359,
            "stop": 854466719
        }
    ]
}