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=3719
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=3720",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3718",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3719,
    "results": [
        {
            "start": 971007869,
            "stop": 971007872
        },
        {
            "start": 971007875,
            "stop": 971007889
        },
        {
            "start": 971007893,
            "stop": 971007930
        },
        {
            "start": 971007933,
            "stop": 971007945
        },
        {
            "start": 971007948,
            "stop": 971007955
        },
        {
            "start": 971007960,
            "stop": 971007980
        },
        {
            "start": 971007983,
            "stop": 971008019
        },
        {
            "start": 971008022,
            "stop": 971008066
        },
        {
            "start": 971008069,
            "stop": 971008076
        },
        {
            "start": 971008079,
            "stop": 971008144
        },
        {
            "start": 971008147,
            "stop": 971008166
        },
        {
            "start": 971008169,
            "stop": 971008190
        },
        {
            "start": 971008193,
            "stop": 971008215
        },
        {
            "start": 971008218,
            "stop": 971008235
        },
        {
            "start": 971008238,
            "stop": 971008281
        },
        {
            "start": 971008284,
            "stop": 971008292
        },
        {
            "start": 971008295,
            "stop": 971008317
        },
        {
            "start": 971008320,
            "stop": 971008332
        },
        {
            "start": 971008335,
            "stop": 971008357
        },
        {
            "start": 971008360,
            "stop": 971008385
        }
    ]
}