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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5946",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5947,
    "results": [
        {
            "start": 875216975,
            "stop": 875217040
        },
        {
            "start": 875217048,
            "stop": 875217110
        },
        {
            "start": 875217113,
            "stop": 875217128
        },
        {
            "start": 875217132,
            "stop": 875217174
        },
        {
            "start": 875217179,
            "stop": 875217186
        },
        {
            "start": 875217192,
            "stop": 875217205
        },
        {
            "start": 875217209,
            "stop": 875217252
        },
        {
            "start": 875217256,
            "stop": 875217305
        },
        {
            "start": 875217308,
            "stop": 875217328
        },
        {
            "start": 875217332,
            "stop": 875217338
        },
        {
            "start": 875217342,
            "stop": 875217428
        },
        {
            "start": 875217431,
            "stop": 875217434
        },
        {
            "start": 875217437,
            "stop": 875217467
        },
        {
            "start": 875217471,
            "stop": 875217506
        },
        {
            "start": 875217509,
            "stop": 875217528
        },
        {
            "start": 875217531,
            "stop": 875217539
        },
        {
            "start": 875217542,
            "stop": 875217544
        },
        {
            "start": 875217547,
            "stop": 875217671
        },
        {
            "start": 875217674,
            "stop": 875217713
        },
        {
            "start": 875217716,
            "stop": 875217762
        }
    ]
}