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=343
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=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=342",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 343,
    "results": [
        {
            "start": 834443431,
            "stop": 834443491
        },
        {
            "start": 834444360,
            "stop": 834444480
        },
        {
            "start": 834444651,
            "stop": 834444771
        },
        {
            "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": 834451840,
            "stop": 834452020
        },
        {
            "start": 834452194,
            "stop": 834455254
        },
        {
            "start": 834455432,
            "stop": 834455852
        },
        {
            "start": 834456013,
            "stop": 834457273
        },
        {
            "start": 834457432,
            "stop": 834457672
        },
        {
            "start": 834457842,
            "stop": 834458502
        },
        {
            "start": 834458661,
            "stop": 834458841
        },
        {
            "start": 834458995,
            "stop": 834460675
        }
    ]
}