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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=70",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 71,
    "results": [
        {
            "start": 931085657,
            "stop": 931085658
        },
        {
            "start": 931085659,
            "stop": 931085661
        },
        {
            "start": 931085662,
            "stop": 931085664
        },
        {
            "start": 931085667,
            "stop": 931085669
        },
        {
            "start": 931085671,
            "stop": 931085673
        },
        {
            "start": 931085674,
            "stop": 931085681
        },
        {
            "start": 931085683,
            "stop": 931085686
        },
        {
            "start": 931085688,
            "stop": 931085700
        },
        {
            "start": 931085701,
            "stop": 931085702
        },
        {
            "start": 931085703,
            "stop": 931085705
        },
        {
            "start": 931085707,
            "stop": 931085710
        },
        {
            "start": 931085711,
            "stop": 931085713
        },
        {
            "start": 931085719,
            "stop": 931085720
        },
        {
            "start": 931085722,
            "stop": 931085727
        },
        {
            "start": 931085728,
            "stop": 931085729
        },
        {
            "start": 931085731,
            "stop": 931085732
        },
        {
            "start": 931085733,
            "stop": 931085734
        },
        {
            "start": 931085735,
            "stop": 931085736
        },
        {
            "start": 931085740,
            "stop": 931085757
        },
        {
            "start": 931085758,
            "stop": 931085760
        }
    ]
}