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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=71",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 72,
    "results": [
        {
            "start": 1238325526,
            "stop": 1238325542
        },
        {
            "start": 1238325549,
            "stop": 1238325732
        },
        {
            "start": 1238325737,
            "stop": 1238325952
        },
        {
            "start": 1238325957,
            "stop": 1238325958
        },
        {
            "start": 1238325960,
            "stop": 1238325962
        },
        {
            "start": 1238325964,
            "stop": 1238326075
        },
        {
            "start": 1238326079,
            "stop": 1238326181
        },
        {
            "start": 1238326184,
            "stop": 1238326185
        },
        {
            "start": 1238326187,
            "stop": 1238326190
        },
        {
            "start": 1238326192,
            "stop": 1238326276
        },
        {
            "start": 1238326277,
            "stop": 1238326389
        },
        {
            "start": 1238326390,
            "stop": 1238326508
        },
        {
            "start": 1238326510,
            "stop": 1238326589
        },
        {
            "start": 1238326593,
            "stop": 1238326769
        },
        {
            "start": 1238326782,
            "stop": 1238327167
        },
        {
            "start": 1238327168,
            "stop": 1238328080
        },
        {
            "start": 1238328085,
            "stop": 1238328342
        },
        {
            "start": 1238328345,
            "stop": 1238328481
        },
        {
            "start": 1238328482,
            "stop": 1238328696
        },
        {
            "start": 1238328701,
            "stop": 1238329058
        }
    ]
}