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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=153",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 154,
    "results": [
        {
            "start": 821550018,
            "stop": 821550035
        },
        {
            "start": 821550039,
            "stop": 821550054
        },
        {
            "start": 821550060,
            "stop": 821550062
        },
        {
            "start": 821550065,
            "stop": 821550117
        },
        {
            "start": 821550123,
            "stop": 821550126
        },
        {
            "start": 821550129,
            "stop": 821550148
        },
        {
            "start": 821550151,
            "stop": 821550168
        },
        {
            "start": 821550172,
            "stop": 821550194
        },
        {
            "start": 821550197,
            "stop": 821550215
        },
        {
            "start": 821550218,
            "stop": 821550233
        },
        {
            "start": 821550236,
            "stop": 821550244
        },
        {
            "start": 821550247,
            "stop": 821550255
        },
        {
            "start": 821550261,
            "stop": 821550296
        },
        {
            "start": 821550299,
            "stop": 821550304
        },
        {
            "start": 821550310,
            "stop": 821550314
        },
        {
            "start": 821550317,
            "stop": 821550332
        },
        {
            "start": 821550335,
            "stop": 821550345
        },
        {
            "start": 821564104,
            "stop": 821564114
        },
        {
            "start": 821564117,
            "stop": 821564119
        },
        {
            "start": 821564122,
            "stop": 821564133
        }
    ]
}