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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=98",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 99,
    "results": [
        {
            "start": 819424973,
            "stop": 819427408
        },
        {
            "start": 819427412,
            "stop": 819449268
        },
        {
            "start": 819449272,
            "stop": 819453390
        },
        {
            "start": 819453450,
            "stop": 819456122
        },
        {
            "start": 819456139,
            "stop": 819468362
        },
        {
            "start": 819468748,
            "stop": 819470997
        },
        {
            "start": 819471001,
            "stop": 819480642
        },
        {
            "start": 819486095,
            "stop": 819510209
        },
        {
            "start": 819510226,
            "stop": 819515364
        },
        {
            "start": 819515383,
            "stop": 819523921
        },
        {
            "start": 819523938,
            "stop": 819542710
        },
        {
            "start": 819542727,
            "stop": 819547075
        },
        {
            "start": 819547078,
            "stop": 819547292
        },
        {
            "start": 819547295,
            "stop": 819549991
        },
        {
            "start": 819549994,
            "stop": 819554914
        },
        {
            "start": 819554918,
            "stop": 819555814
        },
        {
            "start": 819557861,
            "stop": 819557970
        },
        {
            "start": 819557987,
            "stop": 819560053
        },
        {
            "start": 819560225,
            "stop": 819560429
        },
        {
            "start": 819560432,
            "stop": 819561148
        }
    ]
}