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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=324",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 325,
    "results": [
        {
            "start": 1249497199,
            "stop": 1249549948
        },
        {
            "start": 1249557838,
            "stop": 1249568715
        },
        {
            "start": 1249584310,
            "stop": 1249600833
        },
        {
            "start": 1249600834,
            "stop": 1249602765
        },
        {
            "start": 1249602766,
            "stop": 1249605197
        },
        {
            "start": 1249607652,
            "stop": 1249612629
        },
        {
            "start": 1249615364,
            "stop": 1249629692
        },
        {
            "start": 1249629764,
            "stop": 1249660295
        },
        {
            "start": 1249660302,
            "stop": 1249660307
        },
        {
            "start": 1249660310,
            "stop": 1249660311
        },
        {
            "start": 1249660312,
            "stop": 1249660314
        },
        {
            "start": 1249660316,
            "stop": 1249677952
        },
        {
            "start": 1249683085,
            "stop": 1249689093
        },
        {
            "start": 1249689286,
            "stop": 1249710327
        },
        {
            "start": 1249710328,
            "stop": 1249713614
        },
        {
            "start": 1249716725,
            "stop": 1249739712
        },
        {
            "start": 1249763785,
            "stop": 1249766548
        },
        {
            "start": 1249767975,
            "stop": 1249769841
        },
        {
            "start": 1249769843,
            "stop": 1249769846
        },
        {
            "start": 1249769847,
            "stop": 1249770106
        }
    ]
}