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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT1/segments?format=api&page=10",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 11,
    "results": [
        {
            "start": 1243516425,
            "stop": 1243536269
        },
        {
            "start": 1243541010,
            "stop": 1243575422
        },
        {
            "start": 1243586465,
            "stop": 1243630225
        },
        {
            "start": 1243630281,
            "stop": 1243642016
        },
        {
            "start": 1243645646,
            "stop": 1243692124
        },
        {
            "start": 1243710591,
            "stop": 1243710688
        },
        {
            "start": 1243710993,
            "stop": 1243719804
        },
        {
            "start": 1243719876,
            "stop": 1243719932
        },
        {
            "start": 1243720004,
            "stop": 1243779072
        },
        {
            "start": 1243779086,
            "stop": 1243792458
        },
        {
            "start": 1243805803,
            "stop": 1243808490
        },
        {
            "start": 1243817292,
            "stop": 1243819355
        },
        {
            "start": 1243823542,
            "stop": 1243840303
        },
        {
            "start": 1243846719,
            "stop": 1243855868
        },
        {
            "start": 1243858651,
            "stop": 1243863367
        },
        {
            "start": 1243887113,
            "stop": 1243896500
        },
        {
            "start": 1243896538,
            "stop": 1243900818
        },
        {
            "start": 1243915833,
            "stop": 1243944819
        },
        {
            "start": 1243947941,
            "stop": 1243962236
        },
        {
            "start": 1243962308,
            "stop": 1243962364
        }
    ]
}