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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=175",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 176,
    "results": [
        {
            "start": 1419841162,
            "stop": 1419842126
        },
        {
            "start": 1419842130,
            "stop": 1419842142
        },
        {
            "start": 1419842146,
            "stop": 1419842278
        },
        {
            "start": 1419842282,
            "stop": 1419842283
        },
        {
            "start": 1419842284,
            "stop": 1419843246
        },
        {
            "start": 1419843254,
            "stop": 1419843258
        },
        {
            "start": 1419843262,
            "stop": 1419843318
        },
        {
            "start": 1419843334,
            "stop": 1419843790
        },
        {
            "start": 1419843794,
            "stop": 1419843814
        },
        {
            "start": 1419843818,
            "stop": 1419843821
        },
        {
            "start": 1419843823,
            "stop": 1419843902
        },
        {
            "start": 1419843906,
            "stop": 1419843954
        },
        {
            "start": 1419843962,
            "stop": 1419844118
        },
        {
            "start": 1419844146,
            "stop": 1419844158
        },
        {
            "start": 1419844186,
            "stop": 1419844262
        },
        {
            "start": 1419844274,
            "stop": 1419844294
        },
        {
            "start": 1419844298,
            "stop": 1419844618
        },
        {
            "start": 1419844626,
            "stop": 1419845090
        },
        {
            "start": 1419845098,
            "stop": 1419845330
        },
        {
            "start": 1419845338,
            "stop": 1419845926
        }
    ]
}