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=3735
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=3736",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3734",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3735,
    "results": [
        {
            "start": 971295705,
            "stop": 971295765
        },
        {
            "start": 971295768,
            "stop": 971295956
        },
        {
            "start": 971295957,
            "stop": 971296238
        },
        {
            "start": 971296241,
            "stop": 971296336
        },
        {
            "start": 971296396,
            "stop": 971297056
        },
        {
            "start": 971297176,
            "stop": 971297416
        },
        {
            "start": 971321073,
            "stop": 971321455
        },
        {
            "start": 971321456,
            "stop": 971321674
        },
        {
            "start": 971321675,
            "stop": 971321810
        },
        {
            "start": 971321811,
            "stop": 971321941
        },
        {
            "start": 971321942,
            "stop": 971321961
        },
        {
            "start": 971321962,
            "stop": 971322585
        },
        {
            "start": 971322588,
            "stop": 971322774
        },
        {
            "start": 971322777,
            "stop": 971323009
        },
        {
            "start": 971323012,
            "stop": 971324282
        },
        {
            "start": 971324283,
            "stop": 971324351
        },
        {
            "start": 971324354,
            "stop": 971325653
        },
        {
            "start": 971325670,
            "stop": 971326534
        },
        {
            "start": 971326537,
            "stop": 971326741
        },
        {
            "start": 971326744,
            "stop": 971327431
        }
    ]
}