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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3730",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3728",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3729,
    "results": [
        {
            "start": 971014055,
            "stop": 971014099
        },
        {
            "start": 971014102,
            "stop": 971014115
        },
        {
            "start": 971014118,
            "stop": 971014123
        },
        {
            "start": 971014126,
            "stop": 971014151
        },
        {
            "start": 971014154,
            "stop": 971014170
        },
        {
            "start": 971014173,
            "stop": 971014191
        },
        {
            "start": 971014194,
            "stop": 971014200
        },
        {
            "start": 971014203,
            "stop": 971014224
        },
        {
            "start": 971026226,
            "stop": 971026362
        },
        {
            "start": 971026365,
            "stop": 971026389
        },
        {
            "start": 971026394,
            "stop": 971026406
        },
        {
            "start": 971026409,
            "stop": 971026435
        },
        {
            "start": 971026438,
            "stop": 971026456
        },
        {
            "start": 971026576,
            "stop": 971026616
        },
        {
            "start": 971026619,
            "stop": 971026630
        },
        {
            "start": 971026637,
            "stop": 971026889
        },
        {
            "start": 971026892,
            "stop": 971026968
        },
        {
            "start": 971026971,
            "stop": 971026990
        },
        {
            "start": 971026993,
            "stop": 971027057
        },
        {
            "start": 971027060,
            "stop": 971027064
        }
    ]
}