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/H1_CBC_CAT3/segments?format=api&page=385
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=386",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=384",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 385,
    "results": [
        {
            "start": 1183027791,
            "stop": 1183027795
        },
        {
            "start": 1183027799,
            "stop": 1183027805
        },
        {
            "start": 1183027809,
            "stop": 1183027813
        },
        {
            "start": 1183027818,
            "stop": 1183027824
        },
        {
            "start": 1183027827,
            "stop": 1183027832
        },
        {
            "start": 1183027836,
            "stop": 1183027842
        },
        {
            "start": 1183027845,
            "stop": 1183027851
        },
        {
            "start": 1183027853,
            "stop": 1183027861
        },
        {
            "start": 1183027862,
            "stop": 1183027957
        },
        {
            "start": 1183027958,
            "stop": 1183027964
        },
        {
            "start": 1183027965,
            "stop": 1183027974
        },
        {
            "start": 1183027977,
            "stop": 1183027982
        },
        {
            "start": 1183027984,
            "stop": 1183027991
        },
        {
            "start": 1183027994,
            "stop": 1183028009
        },
        {
            "start": 1183028010,
            "stop": 1183028122
        },
        {
            "start": 1183028124,
            "stop": 1183028140
        },
        {
            "start": 1183028142,
            "stop": 1183028157
        },
        {
            "start": 1183028159,
            "stop": 1183028382
        },
        {
            "start": 1183028383,
            "stop": 1183028667
        },
        {
            "start": 1183028668,
            "stop": 1183028691
        }
    ]
}