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=774
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=775",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=773",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 774,
    "results": [
        {
            "start": 857147102,
            "stop": 857148242
        },
        {
            "start": 857148480,
            "stop": 857151090
        },
        {
            "start": 857151240,
            "stop": 857153160
        },
        {
            "start": 857153310,
            "stop": 857154990
        },
        {
            "start": 857155140,
            "stop": 857156940
        },
        {
            "start": 857157193,
            "stop": 857159533
        },
        {
            "start": 857164138,
            "stop": 857165068
        },
        {
            "start": 857165218,
            "stop": 857166118
        },
        {
            "start": 857166281,
            "stop": 857167031
        },
        {
            "start": 857167181,
            "stop": 857168051
        },
        {
            "start": 857168198,
            "stop": 857168558
        },
        {
            "start": 857168804,
            "stop": 857168924
        },
        {
            "start": 857169065,
            "stop": 857169185
        },
        {
            "start": 857170554,
            "stop": 857171394
        },
        {
            "start": 857171544,
            "stop": 857189274
        },
        {
            "start": 857189430,
            "stop": 857191650
        },
        {
            "start": 857199482,
            "stop": 857199572
        },
        {
            "start": 857199752,
            "stop": 857199812
        },
        {
            "start": 857205503,
            "stop": 857206103
        },
        {
            "start": 857206261,
            "stop": 857208361
        }
    ]
}