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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46976",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46974",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46975,
    "results": [
        {
            "start": 875213014,
            "stop": 875213027
        },
        {
            "start": 875213030,
            "stop": 875213049
        },
        {
            "start": 875213050,
            "stop": 875213070
        },
        {
            "start": 875213071,
            "stop": 875213079
        },
        {
            "start": 875213083,
            "stop": 875213085
        },
        {
            "start": 875213094,
            "stop": 875213095
        },
        {
            "start": 875213099,
            "stop": 875213101
        },
        {
            "start": 875213108,
            "stop": 875213113
        },
        {
            "start": 875213114,
            "stop": 875213123
        },
        {
            "start": 875213126,
            "stop": 875213134
        },
        {
            "start": 875213135,
            "stop": 875213136
        },
        {
            "start": 875213139,
            "stop": 875213140
        },
        {
            "start": 875213141,
            "stop": 875213189
        },
        {
            "start": 875213194,
            "stop": 875213199
        },
        {
            "start": 875213202,
            "stop": 875213220
        },
        {
            "start": 875213221,
            "stop": 875213229
        },
        {
            "start": 875213232,
            "stop": 875213240
        },
        {
            "start": 875213242,
            "stop": 875213246
        },
        {
            "start": 875213251,
            "stop": 875213260
        },
        {
            "start": 875213261,
            "stop": 875213282
        }
    ]
}