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=354
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=355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=353",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 354,
    "results": [
        {
            "start": 834957714,
            "stop": 834957774
        },
        {
            "start": 834957936,
            "stop": 834958476
        },
        {
            "start": 834958622,
            "stop": 834958742
        },
        {
            "start": 834958900,
            "stop": 834958960
        },
        {
            "start": 834959235,
            "stop": 834959595
        },
        {
            "start": 834959956,
            "stop": 834960016
        },
        {
            "start": 834963132,
            "stop": 834963192
        },
        {
            "start": 834967637,
            "stop": 834967697
        },
        {
            "start": 834971037,
            "stop": 834974697
        },
        {
            "start": 834974983,
            "stop": 834981463
        },
        {
            "start": 834981707,
            "stop": 834982307
        },
        {
            "start": 834982820,
            "stop": 834983600
        },
        {
            "start": 834983768,
            "stop": 834985688
        },
        {
            "start": 835033064,
            "stop": 835033484
        },
        {
            "start": 835035533,
            "stop": 835036193
        },
        {
            "start": 835036368,
            "stop": 835036728
        },
        {
            "start": 835036893,
            "stop": 835037253
        },
        {
            "start": 835037407,
            "stop": 835038307
        },
        {
            "start": 835038837,
            "stop": 835039257
        },
        {
            "start": 835044096,
            "stop": 835044276
        }
    ]
}