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=858
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=859",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=857",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 858,
    "results": [
        {
            "start": 861730565,
            "stop": 861734885
        },
        {
            "start": 861734915,
            "stop": 861735245
        },
        {
            "start": 861735275,
            "stop": 861739535
        },
        {
            "start": 861740528,
            "stop": 861748808
        },
        {
            "start": 861751032,
            "stop": 861751842
        },
        {
            "start": 861751992,
            "stop": 861752772
        },
        {
            "start": 861753020,
            "stop": 861756020
        },
        {
            "start": 861756232,
            "stop": 861764512
        },
        {
            "start": 861765560,
            "stop": 861771500
        },
        {
            "start": 861771727,
            "stop": 861774367
        },
        {
            "start": 861779073,
            "stop": 861780033
        },
        {
            "start": 861781231,
            "stop": 861781951
        },
        {
            "start": 861782101,
            "stop": 861787951
        },
        {
            "start": 861788153,
            "stop": 861792653
        },
        {
            "start": 861792803,
            "stop": 861793193
        },
        {
            "start": 861793439,
            "stop": 861795539
        },
        {
            "start": 861795751,
            "stop": 861796471
        },
        {
            "start": 861797649,
            "stop": 861801069
        },
        {
            "start": 861801249,
            "stop": 861805599
        },
        {
            "start": 861805629,
            "stop": 861807909
        }
    ]
}