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=799
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=800",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=798",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 799,
    "results": [
        {
            "start": 861345779,
            "stop": 861346379
        },
        {
            "start": 861346554,
            "stop": 861346614
        },
        {
            "start": 861346644,
            "stop": 861354054
        },
        {
            "start": 861354390,
            "stop": 861355110
        },
        {
            "start": 861356174,
            "stop": 861357674
        },
        {
            "start": 861357764,
            "stop": 861361814
        },
        {
            "start": 861364982,
            "stop": 861369182
        },
        {
            "start": 861369405,
            "stop": 861370845
        },
        {
            "start": 861370999,
            "stop": 861371359
        },
        {
            "start": 861371519,
            "stop": 861371579
        },
        {
            "start": 861371733,
            "stop": 861372093
        },
        {
            "start": 861373496,
            "stop": 861373736
        },
        {
            "start": 861374040,
            "stop": 861374460
        },
        {
            "start": 861374615,
            "stop": 861374735
        },
        {
            "start": 861374897,
            "stop": 861375797
        },
        {
            "start": 861375966,
            "stop": 861376026
        },
        {
            "start": 861376261,
            "stop": 861377581
        },
        {
            "start": 861377701,
            "stop": 861378121
        },
        {
            "start": 861378262,
            "stop": 861378382
        },
        {
            "start": 861378530,
            "stop": 861379370
        }
    ]
}