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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7232",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7233,
    "results": [
        {
            "start": 874795204,
            "stop": 874795244
        },
        {
            "start": 874795245,
            "stop": 874795258
        },
        {
            "start": 874795260,
            "stop": 874795585
        },
        {
            "start": 874795586,
            "stop": 874795593
        },
        {
            "start": 874795595,
            "stop": 874795835
        },
        {
            "start": 874795836,
            "stop": 874796244
        },
        {
            "start": 874796245,
            "stop": 874796319
        },
        {
            "start": 874796321,
            "stop": 874796577
        },
        {
            "start": 874796578,
            "stop": 874796635
        },
        {
            "start": 874796636,
            "stop": 874796768
        },
        {
            "start": 874796770,
            "stop": 874796786
        },
        {
            "start": 874796787,
            "stop": 874796940
        },
        {
            "start": 874797000,
            "stop": 874797085
        },
        {
            "start": 874797087,
            "stop": 874797682
        },
        {
            "start": 874797684,
            "stop": 874797706
        },
        {
            "start": 874797707,
            "stop": 874797799
        },
        {
            "start": 874797801,
            "stop": 874798000
        },
        {
            "start": 874798001,
            "stop": 874798287
        },
        {
            "start": 874798288,
            "stop": 874798774
        },
        {
            "start": 874798776,
            "stop": 874798914
        }
    ]
}