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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=164",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 165,
    "results": [
        {
            "start": 1419254561,
            "stop": 1419255125
        },
        {
            "start": 1419255126,
            "stop": 1419255218
        },
        {
            "start": 1419255219,
            "stop": 1419255221
        },
        {
            "start": 1419255223,
            "stop": 1419255234
        },
        {
            "start": 1419259335,
            "stop": 1419266659
        },
        {
            "start": 1419266661,
            "stop": 1419270266
        },
        {
            "start": 1419270268,
            "stop": 1419270990
        },
        {
            "start": 1419270995,
            "stop": 1419272309
        },
        {
            "start": 1419272310,
            "stop": 1419272523
        },
        {
            "start": 1419272524,
            "stop": 1419278966
        },
        {
            "start": 1419278970,
            "stop": 1419281227
        },
        {
            "start": 1419281229,
            "stop": 1419282977
        },
        {
            "start": 1419282979,
            "stop": 1419289401
        },
        {
            "start": 1419289403,
            "stop": 1419293450
        },
        {
            "start": 1419293454,
            "stop": 1419294407
        },
        {
            "start": 1419294409,
            "stop": 1419295589
        },
        {
            "start": 1419295590,
            "stop": 1419297574
        },
        {
            "start": 1419297575,
            "stop": 1419301590
        },
        {
            "start": 1419301594,
            "stop": 1419301771
        },
        {
            "start": 1419301774,
            "stop": 1419303834
        }
    ]
}