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_H1L1/segments?format=api&page=113
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_H1L1/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=112",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 113,
    "results": [
        {
            "start": 821342064,
            "stop": 821342184
        },
        {
            "start": 821342321,
            "stop": 821342381
        },
        {
            "start": 821342566,
            "stop": 821342656
        },
        {
            "start": 821342814,
            "stop": 821343114
        },
        {
            "start": 821343249,
            "stop": 821343699
        },
        {
            "start": 821343729,
            "stop": 821344029
        },
        {
            "start": 821345647,
            "stop": 821345887
        },
        {
            "start": 821346062,
            "stop": 821346392
        },
        {
            "start": 821346952,
            "stop": 821347132
        },
        {
            "start": 821347284,
            "stop": 821347344
        },
        {
            "start": 821347568,
            "stop": 821347688
        },
        {
            "start": 821347875,
            "stop": 821347935
        },
        {
            "start": 821348210,
            "stop": 821348360
        },
        {
            "start": 821348978,
            "stop": 821349158
        },
        {
            "start": 821349312,
            "stop": 821349432
        },
        {
            "start": 821349585,
            "stop": 821349825
        },
        {
            "start": 821350240,
            "stop": 821350300
        },
        {
            "start": 821350698,
            "stop": 821350878
        },
        {
            "start": 821351023,
            "stop": 821351503
        },
        {
            "start": 821353288,
            "stop": 821353348
        }
    ]
}