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=338
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=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=337",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 338,
    "results": [
        {
            "start": 834413341,
            "stop": 834414601
        },
        {
            "start": 834420806,
            "stop": 834420866
        },
        {
            "start": 834427086,
            "stop": 834427506
        },
        {
            "start": 834427656,
            "stop": 834427746
        },
        {
            "start": 834427962,
            "stop": 834428022
        },
        {
            "start": 834428191,
            "stop": 834428371
        },
        {
            "start": 834428401,
            "stop": 834429031
        },
        {
            "start": 834432444,
            "stop": 834432504
        },
        {
            "start": 834436686,
            "stop": 834436746
        },
        {
            "start": 834446054,
            "stop": 834446474
        },
        {
            "start": 834446725,
            "stop": 834446965
        },
        {
            "start": 834447293,
            "stop": 834447353
        },
        {
            "start": 834447647,
            "stop": 834447707
        },
        {
            "start": 834448084,
            "stop": 834448144
        },
        {
            "start": 834448336,
            "stop": 834448396
        },
        {
            "start": 834448815,
            "stop": 834448875
        },
        {
            "start": 834449320,
            "stop": 834449800
        },
        {
            "start": 834450189,
            "stop": 834450369
        },
        {
            "start": 834451001,
            "stop": 834451121
        },
        {
            "start": 834451840,
            "stop": 834452020
        }
    ]
}