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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=52",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 53,
    "results": [
        {
            "start": 931185270,
            "stop": 931185274
        },
        {
            "start": 931185278,
            "stop": 931185296
        },
        {
            "start": 931185297,
            "stop": 931185355
        },
        {
            "start": 931185356,
            "stop": 931185449
        },
        {
            "start": 931185450,
            "stop": 931185509
        },
        {
            "start": 931185515,
            "stop": 931185569
        },
        {
            "start": 931185572,
            "stop": 931185597
        },
        {
            "start": 931185598,
            "stop": 931185610
        },
        {
            "start": 931185612,
            "stop": 931185613
        },
        {
            "start": 931185614,
            "stop": 931185628
        },
        {
            "start": 931185632,
            "stop": 931185635
        },
        {
            "start": 931185637,
            "stop": 931185689
        },
        {
            "start": 931185691,
            "stop": 931185739
        },
        {
            "start": 931185740,
            "stop": 931185769
        },
        {
            "start": 931185770,
            "stop": 931185800
        },
        {
            "start": 931185802,
            "stop": 931185852
        },
        {
            "start": 931185854,
            "stop": 931185863
        },
        {
            "start": 931185865,
            "stop": 931185893
        },
        {
            "start": 931185895,
            "stop": 931185904
        },
        {
            "start": 931185906,
            "stop": 931186064
        }
    ]
}