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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=656",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=654",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 655,
    "results": [
        {
            "start": 1264393472,
            "stop": 1264395265
        },
        {
            "start": 1264395268,
            "stop": 1264398887
        },
        {
            "start": 1264398890,
            "stop": 1264400704
        },
        {
            "start": 1264400707,
            "stop": 1264401005
        },
        {
            "start": 1264401008,
            "stop": 1264401263
        },
        {
            "start": 1264401266,
            "stop": 1264402704
        },
        {
            "start": 1264402707,
            "stop": 1264403179
        },
        {
            "start": 1264409744,
            "stop": 1264411220
        },
        {
            "start": 1264411223,
            "stop": 1264411578
        },
        {
            "start": 1264411586,
            "stop": 1264411998
        },
        {
            "start": 1264412001,
            "stop": 1264413452
        },
        {
            "start": 1264413455,
            "stop": 1264413645
        },
        {
            "start": 1264413648,
            "stop": 1264415284
        },
        {
            "start": 1264415287,
            "stop": 1264418736
        },
        {
            "start": 1264418739,
            "stop": 1264420587
        },
        {
            "start": 1264420589,
            "stop": 1264420601
        },
        {
            "start": 1264420604,
            "stop": 1264420628
        },
        {
            "start": 1264420631,
            "stop": 1264420632
        },
        {
            "start": 1264420634,
            "stop": 1264422965
        },
        {
            "start": 1264422967,
            "stop": 1264423205
        }
    ]
}