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=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=351",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 352,
    "results": [
        {
            "start": 834875512,
            "stop": 834875572
        },
        {
            "start": 834875829,
            "stop": 834875949
        },
        {
            "start": 834876111,
            "stop": 834876351
        },
        {
            "start": 834876682,
            "stop": 834876862
        },
        {
            "start": 834877014,
            "stop": 834877074
        },
        {
            "start": 834877591,
            "stop": 834878731
        },
        {
            "start": 834878893,
            "stop": 834879013
        },
        {
            "start": 834879660,
            "stop": 834879720
        },
        {
            "start": 834880062,
            "stop": 834880182
        },
        {
            "start": 834880351,
            "stop": 834880471
        },
        {
            "start": 834880652,
            "stop": 834880712
        },
        {
            "start": 834880887,
            "stop": 834881007
        },
        {
            "start": 834881202,
            "stop": 834881382
        },
        {
            "start": 834881557,
            "stop": 834881737
        },
        {
            "start": 834881949,
            "stop": 834890949
        },
        {
            "start": 834891087,
            "stop": 834897627
        },
        {
            "start": 834897875,
            "stop": 834910955
        },
        {
            "start": 834912468,
            "stop": 834917208
        },
        {
            "start": 834917358,
            "stop": 834919128
        },
        {
            "start": 834919300,
            "stop": 834923860
        }
    ]
}