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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=219",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 220,
    "results": [
        {
            "start": 1177098466,
            "stop": 1177098468
        },
        {
            "start": 1177098469,
            "stop": 1177098470
        },
        {
            "start": 1177098471,
            "stop": 1177098485
        },
        {
            "start": 1177098486,
            "stop": 1177098569
        },
        {
            "start": 1177098570,
            "stop": 1177098662
        },
        {
            "start": 1177098663,
            "stop": 1177098750
        },
        {
            "start": 1177098751,
            "stop": 1177098753
        },
        {
            "start": 1177098755,
            "stop": 1177098897
        },
        {
            "start": 1177098898,
            "stop": 1177100458
        },
        {
            "start": 1177100459,
            "stop": 1177100630
        },
        {
            "start": 1177100631,
            "stop": 1177101025
        },
        {
            "start": 1177101026,
            "stop": 1177101028
        },
        {
            "start": 1177101029,
            "stop": 1177101030
        },
        {
            "start": 1177101031,
            "stop": 1177101077
        },
        {
            "start": 1177101078,
            "stop": 1177101290
        },
        {
            "start": 1177101292,
            "stop": 1177101641
        },
        {
            "start": 1177101642,
            "stop": 1177101643
        },
        {
            "start": 1177101644,
            "stop": 1177101650
        },
        {
            "start": 1177101651,
            "stop": 1177101728
        },
        {
            "start": 1177101731,
            "stop": 1177101737
        }
    ]
}