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=630
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=631",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=629",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 630,
    "results": [
        {
            "start": 850890270,
            "stop": 850891170
        },
        {
            "start": 850891302,
            "stop": 850893042
        },
        {
            "start": 850896455,
            "stop": 850896545
        },
        {
            "start": 850896734,
            "stop": 850896824
        },
        {
            "start": 850896981,
            "stop": 850899051
        },
        {
            "start": 850899201,
            "stop": 850899501
        },
        {
            "start": 850899704,
            "stop": 850902794
        },
        {
            "start": 850902824,
            "stop": 850902884
        },
        {
            "start": 850902944,
            "stop": 850904624
        },
        {
            "start": 850904808,
            "stop": 850905258
        },
        {
            "start": 850905288,
            "stop": 850910808
        },
        {
            "start": 850910928,
            "stop": 850911048
        },
        {
            "start": 850911078,
            "stop": 850911198
        },
        {
            "start": 850911228,
            "stop": 850911588
        },
        {
            "start": 850911678,
            "stop": 850912428
        },
        {
            "start": 850914705,
            "stop": 850920345
        },
        {
            "start": 850920630,
            "stop": 850923090
        },
        {
            "start": 850923244,
            "stop": 850923364
        },
        {
            "start": 850923527,
            "stop": 850924727
        },
        {
            "start": 850924961,
            "stop": 850925561
        }
    ]
}