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=1031
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=1032",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1030",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1031,
    "results": [
        {
            "start": 1252565498,
            "stop": 1252565533
        },
        {
            "start": 1252565534,
            "stop": 1252565540
        },
        {
            "start": 1252565542,
            "stop": 1252565543
        },
        {
            "start": 1252565544,
            "stop": 1252566409
        },
        {
            "start": 1252566413,
            "stop": 1252566858
        },
        {
            "start": 1252566863,
            "stop": 1252566938
        },
        {
            "start": 1252566943,
            "stop": 1252567020
        },
        {
            "start": 1252567023,
            "stop": 1252567062
        },
        {
            "start": 1252567067,
            "stop": 1252567082
        },
        {
            "start": 1252567087,
            "stop": 1252567149
        },
        {
            "start": 1252567154,
            "stop": 1252567155
        },
        {
            "start": 1252567160,
            "stop": 1252567162
        },
        {
            "start": 1252567167,
            "stop": 1252567309
        },
        {
            "start": 1252567314,
            "stop": 1252567318
        },
        {
            "start": 1252567323,
            "stop": 1252567603
        },
        {
            "start": 1252567607,
            "stop": 1252569664
        },
        {
            "start": 1252569666,
            "stop": 1252570232
        },
        {
            "start": 1252570235,
            "stop": 1252570502
        },
        {
            "start": 1252570505,
            "stop": 1252571245
        },
        {
            "start": 1252571249,
            "stop": 1252571550
        }
    ]
}