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=419
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=420",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=418",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 419,
    "results": [
        {
            "start": 838478268,
            "stop": 838478388
        },
        {
            "start": 838478418,
            "stop": 838478538
        },
        {
            "start": 838478568,
            "stop": 838479018
        },
        {
            "start": 838479211,
            "stop": 838479331
        },
        {
            "start": 838479361,
            "stop": 838479421
        },
        {
            "start": 838500518,
            "stop": 838502078
        },
        {
            "start": 838502325,
            "stop": 838503285
        },
        {
            "start": 838503435,
            "stop": 838503615
        },
        {
            "start": 838505336,
            "stop": 838506116
        },
        {
            "start": 838506388,
            "stop": 838507228
        },
        {
            "start": 838507362,
            "stop": 838507782
        },
        {
            "start": 838507916,
            "stop": 838511396
        },
        {
            "start": 838517640,
            "stop": 838518720
        },
        {
            "start": 838518888,
            "stop": 838528368
        },
        {
            "start": 838528611,
            "stop": 838535151
        },
        {
            "start": 838535366,
            "stop": 838536326
        },
        {
            "start": 838536356,
            "stop": 838537226
        },
        {
            "start": 838537399,
            "stop": 838543039
        },
        {
            "start": 838545167,
            "stop": 838545407
        },
        {
            "start": 838545564,
            "stop": 838545804
        }
    ]
}