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=369
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=370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=368",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 369,
    "results": [
        {
            "start": 835692893,
            "stop": 835693493
        },
        {
            "start": 835695427,
            "stop": 835701787
        },
        {
            "start": 835702014,
            "stop": 835703934
        },
        {
            "start": 835704084,
            "stop": 835708494
        },
        {
            "start": 835708710,
            "stop": 835710030
        },
        {
            "start": 835710234,
            "stop": 835712094
        },
        {
            "start": 835713413,
            "stop": 835714253
        },
        {
            "start": 835714283,
            "stop": 835714913
        },
        {
            "start": 835716932,
            "stop": 835717052
        },
        {
            "start": 835717212,
            "stop": 835717722
        },
        {
            "start": 835718198,
            "stop": 835718258
        },
        {
            "start": 835718892,
            "stop": 835719042
        },
        {
            "start": 835719465,
            "stop": 835719705
        },
        {
            "start": 835720202,
            "stop": 835720442
        },
        {
            "start": 835720848,
            "stop": 835721208
        },
        {
            "start": 835721527,
            "stop": 835721677
        },
        {
            "start": 835730968,
            "stop": 835731148
        },
        {
            "start": 835731341,
            "stop": 835731701
        },
        {
            "start": 835731862,
            "stop": 835732042
        },
        {
            "start": 835732286,
            "stop": 835732346
        }
    ]
}