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=3722
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=3723",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3721",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3722,
    "results": [
        {
            "start": 971009542,
            "stop": 971009556
        },
        {
            "start": 971009559,
            "stop": 971009584
        },
        {
            "start": 971009590,
            "stop": 971009591
        },
        {
            "start": 971009594,
            "stop": 971009606
        },
        {
            "start": 971009609,
            "stop": 971009647
        },
        {
            "start": 971009650,
            "stop": 971009708
        },
        {
            "start": 971009711,
            "stop": 971009713
        },
        {
            "start": 971009716,
            "stop": 971009721
        },
        {
            "start": 971009724,
            "stop": 971009768
        },
        {
            "start": 971009772,
            "stop": 971009814
        },
        {
            "start": 971009817,
            "stop": 971009898
        },
        {
            "start": 971009901,
            "stop": 971010018
        },
        {
            "start": 971010021,
            "stop": 971010028
        },
        {
            "start": 971010032,
            "stop": 971010033
        },
        {
            "start": 971010036,
            "stop": 971010054
        },
        {
            "start": 971010057,
            "stop": 971010067
        },
        {
            "start": 971010070,
            "stop": 971010098
        },
        {
            "start": 971010104,
            "stop": 971010134
        },
        {
            "start": 971010137,
            "stop": 971010156
        },
        {
            "start": 971010159,
            "stop": 971010185
        }
    ]
}