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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=74",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 75,
    "results": [
        {
            "start": 1238339855,
            "stop": 1238340691
        },
        {
            "start": 1238340696,
            "stop": 1238340894
        },
        {
            "start": 1238340898,
            "stop": 1238340941
        },
        {
            "start": 1238340947,
            "stop": 1238341078
        },
        {
            "start": 1238341081,
            "stop": 1238341086
        },
        {
            "start": 1238341087,
            "stop": 1238341372
        },
        {
            "start": 1238341375,
            "stop": 1238341382
        },
        {
            "start": 1238341387,
            "stop": 1238341581
        },
        {
            "start": 1238341586,
            "stop": 1238342383
        },
        {
            "start": 1238342386,
            "stop": 1238342822
        },
        {
            "start": 1238343863,
            "stop": 1238344315
        },
        {
            "start": 1238344316,
            "stop": 1238344520
        },
        {
            "start": 1238344521,
            "stop": 1238344526
        },
        {
            "start": 1238344528,
            "stop": 1238344669
        },
        {
            "start": 1238344674,
            "stop": 1238344852
        },
        {
            "start": 1238344853,
            "stop": 1238345147
        },
        {
            "start": 1238345148,
            "stop": 1238345443
        },
        {
            "start": 1238345444,
            "stop": 1238345457
        },
        {
            "start": 1238345459,
            "stop": 1238345514
        },
        {
            "start": 1238345515,
            "stop": 1238346289
        }
    ]
}