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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=194",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 195,
    "results": [
        {
            "start": 850734561,
            "stop": 850735284
        },
        {
            "start": 850736072,
            "stop": 850736087
        },
        {
            "start": 850736487,
            "stop": 850736760
        },
        {
            "start": 850739436,
            "stop": 850739621
        },
        {
            "start": 850769207,
            "stop": 850770240
        },
        {
            "start": 850773870,
            "stop": 850773970
        },
        {
            "start": 850774290,
            "stop": 850774455
        },
        {
            "start": 850779057,
            "stop": 850780273
        },
        {
            "start": 850784707,
            "stop": 850814348
        },
        {
            "start": 850814350,
            "stop": 850825126
        },
        {
            "start": 850827133,
            "stop": 850841054
        },
        {
            "start": 850842252,
            "stop": 850853390
        },
        {
            "start": 850854708,
            "stop": 850856497
        },
        {
            "start": 850860212,
            "stop": 850880210
        },
        {
            "start": 850881680,
            "stop": 851033081
        },
        {
            "start": 851034582,
            "stop": 851038484
        },
        {
            "start": 851040270,
            "stop": 851071106
        },
        {
            "start": 851077902,
            "stop": 851082866
        },
        {
            "start": 851085292,
            "stop": 851111260
        },
        {
            "start": 851111660,
            "stop": 851144053
        }
    ]
}