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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=77",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 78,
    "results": [
        {
            "start": 1238908923,
            "stop": 1238909005
        },
        {
            "start": 1238909007,
            "stop": 1238909013
        },
        {
            "start": 1238909016,
            "stop": 1238909047
        },
        {
            "start": 1238909050,
            "stop": 1238909090
        },
        {
            "start": 1238909091,
            "stop": 1238909203
        },
        {
            "start": 1238909205,
            "stop": 1238909276
        },
        {
            "start": 1238909277,
            "stop": 1238909518
        },
        {
            "start": 1238909520,
            "stop": 1238909769
        },
        {
            "start": 1238909770,
            "stop": 1238910359
        },
        {
            "start": 1238918962,
            "stop": 1238919105
        },
        {
            "start": 1238919106,
            "stop": 1238919418
        },
        {
            "start": 1238919420,
            "stop": 1238919728
        },
        {
            "start": 1238919729,
            "stop": 1238919846
        },
        {
            "start": 1238919847,
            "stop": 1238920677
        },
        {
            "start": 1238920680,
            "stop": 1238920945
        },
        {
            "start": 1238920946,
            "stop": 1238921467
        },
        {
            "start": 1238921468,
            "stop": 1238921470
        },
        {
            "start": 1238921471,
            "stop": 1238921727
        },
        {
            "start": 1238921729,
            "stop": 1238921735
        },
        {
            "start": 1238921736,
            "stop": 1238921924
        }
    ]
}