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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=765",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=763",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 764,
    "results": [
        {
            "start": 1268892385,
            "stop": 1268892679
        },
        {
            "start": 1268892680,
            "stop": 1268892681
        },
        {
            "start": 1268892689,
            "stop": 1268896163
        },
        {
            "start": 1268896166,
            "stop": 1268901066
        },
        {
            "start": 1268901069,
            "stop": 1268905396
        },
        {
            "start": 1268905398,
            "stop": 1268906467
        },
        {
            "start": 1268906470,
            "stop": 1268908625
        },
        {
            "start": 1268908628,
            "stop": 1268911962
        },
        {
            "start": 1268911965,
            "stop": 1268920544
        },
        {
            "start": 1268920547,
            "stop": 1268923221
        },
        {
            "start": 1268923224,
            "stop": 1268925745
        },
        {
            "start": 1268925746,
            "stop": 1268925747
        },
        {
            "start": 1268925756,
            "stop": 1268925759
        },
        {
            "start": 1268925760,
            "stop": 1268925764
        },
        {
            "start": 1268925765,
            "stop": 1268925773
        },
        {
            "start": 1268925775,
            "stop": 1268925776
        },
        {
            "start": 1268925778,
            "stop": 1268925782
        },
        {
            "start": 1268925785,
            "stop": 1268925786
        },
        {
            "start": 1268925790,
            "stop": 1268925792
        },
        {
            "start": 1268925795,
            "stop": 1268925796
        }
    ]
}