Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1032
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=1033",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1031",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1032,
    "results": [
        {
            "start": 874228649,
            "stop": 874229849
        },
        {
            "start": 874230061,
            "stop": 874230361
        },
        {
            "start": 874230541,
            "stop": 874230661
        },
        {
            "start": 874230990,
            "stop": 874231230
        },
        {
            "start": 874231405,
            "stop": 874231945
        },
        {
            "start": 874232176,
            "stop": 874232476
        },
        {
            "start": 874232662,
            "stop": 874232902
        },
        {
            "start": 874233092,
            "stop": 874233752
        },
        {
            "start": 874234157,
            "stop": 874234277
        },
        {
            "start": 874234548,
            "stop": 874234728
        },
        {
            "start": 874234943,
            "stop": 874235063
        },
        {
            "start": 874235864,
            "stop": 874235924
        },
        {
            "start": 874236322,
            "stop": 874236622
        },
        {
            "start": 874236751,
            "stop": 874238071
        },
        {
            "start": 874238297,
            "stop": 874238477
        },
        {
            "start": 874240848,
            "stop": 874242168
        },
        {
            "start": 874243138,
            "stop": 874244818
        },
        {
            "start": 874244986,
            "stop": 874247506
        },
        {
            "start": 874248694,
            "stop": 874248934
        },
        {
            "start": 874249180,
            "stop": 874249420
        }
    ]
}