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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=271",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 272,
    "results": [
        {
            "start": 1136514953,
            "stop": 1136514960
        },
        {
            "start": 1136514963,
            "stop": 1136514966
        },
        {
            "start": 1136514969,
            "stop": 1136514981
        },
        {
            "start": 1136514984,
            "stop": 1136515005
        },
        {
            "start": 1136515008,
            "stop": 1136515015
        },
        {
            "start": 1136515018,
            "stop": 1136515026
        },
        {
            "start": 1136515029,
            "stop": 1136515055
        },
        {
            "start": 1136515058,
            "stop": 1136526001
        },
        {
            "start": 1136526011,
            "stop": 1136527320
        },
        {
            "start": 1136527332,
            "stop": 1136527333
        },
        {
            "start": 1136528553,
            "stop": 1136534362
        },
        {
            "start": 1136534378,
            "stop": 1136534604
        },
        {
            "start": 1136534612,
            "stop": 1136545436
        },
        {
            "start": 1136545444,
            "stop": 1136545491
        },
        {
            "start": 1136545499,
            "stop": 1136552078
        },
        {
            "start": 1136552080,
            "stop": 1136553563
        },
        {
            "start": 1136553571,
            "stop": 1136560537
        },
        {
            "start": 1136560796,
            "stop": 1136560805
        },
        {
            "start": 1136560813,
            "stop": 1136564311
        },
        {
            "start": 1136564325,
            "stop": 1136567002
        }
    ]
}