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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=195",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 196,
    "results": [
        {
            "start": 851240404,
            "stop": 851240801
        },
        {
            "start": 851241201,
            "stop": 851241338
        },
        {
            "start": 851241658,
            "stop": 851241831
        },
        {
            "start": 851243281,
            "stop": 851243399
        },
        {
            "start": 851245616,
            "stop": 851248816
        },
        {
            "start": 851250593,
            "stop": 851250841
        },
        {
            "start": 851256238,
            "stop": 851256290
        },
        {
            "start": 851258834,
            "stop": 851262758
        },
        {
            "start": 851275321,
            "stop": 851275390
        },
        {
            "start": 851275790,
            "stop": 851276598
        },
        {
            "start": 851278492,
            "stop": 851284721
        },
        {
            "start": 851285431,
            "stop": 851285488
        },
        {
            "start": 851285933,
            "stop": 851286205
        },
        {
            "start": 851288011,
            "stop": 851288164
        },
        {
            "start": 851288484,
            "stop": 851288556
        },
        {
            "start": 851288956,
            "stop": 851288992
        },
        {
            "start": 851289312,
            "stop": 851292345
        },
        {
            "start": 851294960,
            "stop": 851295657
        },
        {
            "start": 851295659,
            "stop": 851300500
        },
        {
            "start": 851300900,
            "stop": 851300928
        }
    ]
}