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_CBCLOW_CAT4/segments?format=api&page=10226
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10225",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10226,
    "results": [
        {
            "start": 874234006,
            "stop": 874234042
        },
        {
            "start": 874234115,
            "stop": 874234337
        },
        {
            "start": 874234373,
            "stop": 874234469
        },
        {
            "start": 874234507,
            "stop": 874234786
        },
        {
            "start": 874234822,
            "stop": 874234852
        },
        {
            "start": 874234888,
            "stop": 874235136
        },
        {
            "start": 874235195,
            "stop": 874235250
        },
        {
            "start": 874235337,
            "stop": 874235411
        },
        {
            "start": 874235447,
            "stop": 874235460
        },
        {
            "start": 874235591,
            "stop": 874235737
        },
        {
            "start": 874235798,
            "stop": 874236007
        },
        {
            "start": 874236048,
            "stop": 874236063
        },
        {
            "start": 874236099,
            "stop": 874236184
        },
        {
            "start": 874236225,
            "stop": 874236248
        },
        {
            "start": 874236284,
            "stop": 874236677
        },
        {
            "start": 874236713,
            "stop": 874237525
        },
        {
            "start": 874237533,
            "stop": 874237631
        },
        {
            "start": 874237648,
            "stop": 874237685
        },
        {
            "start": 874237692,
            "stop": 874238127
        },
        {
            "start": 874238163,
            "stop": 874238223
        }
    ]
}