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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=154",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 155,
    "results": [
        {
            "start": 1177439085,
            "stop": 1177439377
        },
        {
            "start": 1177439380,
            "stop": 1177439385
        },
        {
            "start": 1177439392,
            "stop": 1177439396
        },
        {
            "start": 1177439402,
            "stop": 1177439422
        },
        {
            "start": 1177439426,
            "stop": 1177441139
        },
        {
            "start": 1177441143,
            "stop": 1177442739
        },
        {
            "start": 1177442741,
            "stop": 1177442748
        },
        {
            "start": 1177442755,
            "stop": 1177442761
        },
        {
            "start": 1177442766,
            "stop": 1177442774
        },
        {
            "start": 1177442779,
            "stop": 1177442786
        },
        {
            "start": 1177442788,
            "stop": 1177442811
        },
        {
            "start": 1177442816,
            "stop": 1177444368
        },
        {
            "start": 1177444371,
            "stop": 1177444380
        },
        {
            "start": 1177444387,
            "stop": 1177444392
        },
        {
            "start": 1177444398,
            "stop": 1177444403
        },
        {
            "start": 1177444409,
            "stop": 1177444414
        },
        {
            "start": 1177444420,
            "stop": 1177444430
        },
        {
            "start": 1177444433,
            "stop": 1177444441
        },
        {
            "start": 1177444443,
            "stop": 1177444453
        },
        {
            "start": 1177444456,
            "stop": 1177444464
        }
    ]
}