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=432
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=433",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=431",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 432,
    "results": [
        {
            "start": 839279292,
            "stop": 839279352
        },
        {
            "start": 839282836,
            "stop": 839283376
        },
        {
            "start": 839283661,
            "stop": 839284861
        },
        {
            "start": 839286149,
            "stop": 839287109
        },
        {
            "start": 839287279,
            "stop": 839290579
        },
        {
            "start": 839290814,
            "stop": 839292314
        },
        {
            "start": 839292480,
            "stop": 839296740
        },
        {
            "start": 839301804,
            "stop": 839301924
        },
        {
            "start": 839303733,
            "stop": 839304093
        },
        {
            "start": 839305294,
            "stop": 839305354
        },
        {
            "start": 839305770,
            "stop": 839306070
        },
        {
            "start": 839306207,
            "stop": 839306627
        },
        {
            "start": 839306825,
            "stop": 839308685
        },
        {
            "start": 839308828,
            "stop": 839311048
        },
        {
            "start": 839311259,
            "stop": 839315099
        },
        {
            "start": 839316293,
            "stop": 839318813
        },
        {
            "start": 839319162,
            "stop": 839328582
        },
        {
            "start": 839328785,
            "stop": 839333285
        },
        {
            "start": 839334063,
            "stop": 839337843
        },
        {
            "start": 839338888,
            "stop": 839340478
        }
    ]
}