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_H1L1/segments?format=api&page=202
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_H1L1/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=201",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 202,
    "results": [
        {
            "start": 826701123,
            "stop": 826701243
        },
        {
            "start": 826701543,
            "stop": 826702023
        },
        {
            "start": 826702364,
            "stop": 826702424
        },
        {
            "start": 826702608,
            "stop": 826702728
        },
        {
            "start": 826702884,
            "stop": 826703364
        },
        {
            "start": 826703628,
            "stop": 826703688
        },
        {
            "start": 826703845,
            "stop": 826704085
        },
        {
            "start": 826704303,
            "stop": 826704363
        },
        {
            "start": 826827099,
            "stop": 826827939
        },
        {
            "start": 826828292,
            "stop": 826828352
        },
        {
            "start": 826828531,
            "stop": 826828651
        },
        {
            "start": 826828811,
            "stop": 826828871
        },
        {
            "start": 826829167,
            "stop": 826830007
        },
        {
            "start": 826830172,
            "stop": 826830232
        },
        {
            "start": 826830383,
            "stop": 826830683
        },
        {
            "start": 826831190,
            "stop": 826831370
        },
        {
            "start": 826831761,
            "stop": 826832001
        },
        {
            "start": 826832245,
            "stop": 826832305
        },
        {
            "start": 826837855,
            "stop": 826837915
        },
        {
            "start": 826839185,
            "stop": 826839245
        }
    ]
}