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=687
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=688",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=686",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 687,
    "results": [
        {
            "start": 855160209,
            "stop": 855162009
        },
        {
            "start": 855162144,
            "stop": 855163524
        },
        {
            "start": 855163679,
            "stop": 855164759
        },
        {
            "start": 855164916,
            "stop": 855167136
        },
        {
            "start": 855171184,
            "stop": 855172984
        },
        {
            "start": 855173128,
            "stop": 855182188
        },
        {
            "start": 855182406,
            "stop": 855198006
        },
        {
            "start": 855198848,
            "stop": 855199328
        },
        {
            "start": 855200024,
            "stop": 855207644
        },
        {
            "start": 855207868,
            "stop": 855208198
        },
        {
            "start": 855208348,
            "stop": 855210628
        },
        {
            "start": 855210778,
            "stop": 855215458
        },
        {
            "start": 855215608,
            "stop": 855216508
        },
        {
            "start": 855217616,
            "stop": 855220436
        },
        {
            "start": 855222277,
            "stop": 855228817
        },
        {
            "start": 855230336,
            "stop": 855231956
        },
        {
            "start": 855232239,
            "stop": 855233559
        },
        {
            "start": 855234655,
            "stop": 855241585
        },
        {
            "start": 855241735,
            "stop": 855243295
        },
        {
            "start": 855244041,
            "stop": 855244611
        }
    ]
}