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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=11",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 12,
    "results": [
        {
            "start": 931088736,
            "stop": 931088742
        },
        {
            "start": 931088743,
            "stop": 931088750
        },
        {
            "start": 931088760,
            "stop": 931088762
        },
        {
            "start": 931088767,
            "stop": 931088772
        },
        {
            "start": 931088779,
            "stop": 931088780
        },
        {
            "start": 931088782,
            "stop": 931088784
        },
        {
            "start": 931088792,
            "stop": 931088799
        },
        {
            "start": 931088801,
            "stop": 931088813
        },
        {
            "start": 931088817,
            "stop": 931088820
        },
        {
            "start": 931088822,
            "stop": 931088826
        },
        {
            "start": 931088833,
            "stop": 931088834
        },
        {
            "start": 931088836,
            "stop": 931088838
        },
        {
            "start": 931088839,
            "stop": 931088843
        },
        {
            "start": 931088848,
            "stop": 931088857
        },
        {
            "start": 931088874,
            "stop": 931088887
        },
        {
            "start": 931088892,
            "stop": 931088893
        },
        {
            "start": 931088895,
            "stop": 931088897
        },
        {
            "start": 931088914,
            "stop": 931088922
        },
        {
            "start": 931088934,
            "stop": 931088939
        },
        {
            "start": 931088948,
            "stop": 931088949
        }
    ]
}