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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=319",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 320,
    "results": [
        {
            "start": 821050917,
            "stop": 821050937
        },
        {
            "start": 821050941,
            "stop": 821051016
        },
        {
            "start": 821051024,
            "stop": 821051025
        },
        {
            "start": 821051043,
            "stop": 821051054
        },
        {
            "start": 821051063,
            "stop": 821051140
        },
        {
            "start": 821051143,
            "stop": 821051283
        },
        {
            "start": 821051302,
            "stop": 821051314
        },
        {
            "start": 821051319,
            "stop": 821051332
        },
        {
            "start": 821051335,
            "stop": 821051348
        },
        {
            "start": 821051657,
            "stop": 821051759
        },
        {
            "start": 821051778,
            "stop": 821051853
        },
        {
            "start": 821051857,
            "stop": 821051863
        },
        {
            "start": 821051881,
            "stop": 821051961
        },
        {
            "start": 821051964,
            "stop": 821052004
        },
        {
            "start": 821052023,
            "stop": 821052059
        },
        {
            "start": 821052063,
            "stop": 821052135
        },
        {
            "start": 821052139,
            "stop": 821052180
        },
        {
            "start": 821052199,
            "stop": 821052394
        },
        {
            "start": 821052413,
            "stop": 821052436
        },
        {
            "start": 821052439,
            "stop": 821052497
        }
    ]
}