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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1142",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1143,
    "results": [
        {
            "start": 950305974,
            "stop": 950306938
        },
        {
            "start": 950306940,
            "stop": 950307536
        },
        {
            "start": 950307538,
            "stop": 950307706
        },
        {
            "start": 950307708,
            "stop": 950307926
        },
        {
            "start": 950307928,
            "stop": 950308668
        },
        {
            "start": 950308670,
            "stop": 950308673
        },
        {
            "start": 950308675,
            "stop": 950309546
        },
        {
            "start": 950309547,
            "stop": 950309567
        },
        {
            "start": 950309569,
            "stop": 950310042
        },
        {
            "start": 950310044,
            "stop": 950310181
        },
        {
            "start": 950310183,
            "stop": 950310259
        },
        {
            "start": 950310261,
            "stop": 950310269
        },
        {
            "start": 950310271,
            "stop": 950310661
        },
        {
            "start": 950310663,
            "stop": 950311233
        },
        {
            "start": 950311235,
            "stop": 950312314
        },
        {
            "start": 950312316,
            "stop": 950312417
        },
        {
            "start": 950312419,
            "stop": 950313206
        },
        {
            "start": 950313208,
            "stop": 950314308
        },
        {
            "start": 950314465,
            "stop": 950316367
        },
        {
            "start": 950316368,
            "stop": 950318734
        }
    ]
}