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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=142",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 143,
    "results": [
        {
            "start": 931396690,
            "stop": 931396726
        },
        {
            "start": 931396727,
            "stop": 931396776
        },
        {
            "start": 931396777,
            "stop": 931396782
        },
        {
            "start": 931396783,
            "stop": 931396850
        },
        {
            "start": 931396852,
            "stop": 931396944
        },
        {
            "start": 931396945,
            "stop": 931396956
        },
        {
            "start": 931396957,
            "stop": 931397022
        },
        {
            "start": 931397023,
            "stop": 931397067
        },
        {
            "start": 931397068,
            "stop": 931397091
        },
        {
            "start": 931397093,
            "stop": 931397094
        },
        {
            "start": 931397096,
            "stop": 931397097
        },
        {
            "start": 931397099,
            "stop": 931397107
        },
        {
            "start": 931397109,
            "stop": 931397112
        },
        {
            "start": 931397113,
            "stop": 931397142
        },
        {
            "start": 931397145,
            "stop": 931397233
        },
        {
            "start": 931397234,
            "stop": 931397238
        },
        {
            "start": 931397239,
            "stop": 931397248
        },
        {
            "start": 931397249,
            "stop": 931397268
        },
        {
            "start": 931397269,
            "stop": 931397292
        },
        {
            "start": 931397293,
            "stop": 931397318
        }
    ]
}