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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5783",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5781",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5782,
    "results": [
        {
            "start": 874671128,
            "stop": 874671136
        },
        {
            "start": 874671139,
            "stop": 874671158
        },
        {
            "start": 874671161,
            "stop": 874671358
        },
        {
            "start": 874671361,
            "stop": 874671372
        },
        {
            "start": 874671375,
            "stop": 874671425
        },
        {
            "start": 874671428,
            "stop": 874671488
        },
        {
            "start": 874671491,
            "stop": 874671500
        },
        {
            "start": 874671504,
            "stop": 874671523
        },
        {
            "start": 874671527,
            "stop": 874671534
        },
        {
            "start": 874671537,
            "stop": 874671545
        },
        {
            "start": 874671548,
            "stop": 874671568
        },
        {
            "start": 874671571,
            "stop": 874671657
        },
        {
            "start": 874671660,
            "stop": 874671705
        },
        {
            "start": 874671708,
            "stop": 874671710
        },
        {
            "start": 874671714,
            "stop": 874671798
        },
        {
            "start": 874671801,
            "stop": 874671826
        },
        {
            "start": 874671829,
            "stop": 874671845
        },
        {
            "start": 874671848,
            "stop": 874671918
        },
        {
            "start": 874671921,
            "stop": 874672007
        },
        {
            "start": 874672010,
            "stop": 874672039
        }
    ]
}