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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=18",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 19,
    "results": [
        {
            "start": 1246364920,
            "stop": 1246366645
        },
        {
            "start": 1246378428,
            "stop": 1246418571
        },
        {
            "start": 1246452223,
            "stop": 1246509540
        },
        {
            "start": 1246509720,
            "stop": 1246549997
        },
        {
            "start": 1246561822,
            "stop": 1246659651
        },
        {
            "start": 1246681814,
            "stop": 1246718717
        },
        {
            "start": 1246749995,
            "stop": 1246808840
        },
        {
            "start": 1246808939,
            "stop": 1246821882
        },
        {
            "start": 1246822002,
            "stop": 1246824022
        },
        {
            "start": 1246830624,
            "stop": 1246864299
        },
        {
            "start": 1246864403,
            "stop": 1246864657
        },
        {
            "start": 1246864740,
            "stop": 1246911722
        },
        {
            "start": 1246912685,
            "stop": 1246919603
        },
        {
            "start": 1246919810,
            "stop": 1246928500
        },
        {
            "start": 1246928635,
            "stop": 1246935074
        },
        {
            "start": 1246935163,
            "stop": 1246944553
        },
        {
            "start": 1246952467,
            "stop": 1246960362
        },
        {
            "start": 1246967851,
            "stop": 1247036503
        },
        {
            "start": 1247042149,
            "stop": 1247111940
        },
        {
            "start": 1247112000,
            "stop": 1247121540
        }
    ]
}