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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=92",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 93,
    "results": [
        {
            "start": 831455608,
            "stop": 831465590
        },
        {
            "start": 831465597,
            "stop": 831465601
        },
        {
            "start": 831466808,
            "stop": 831475532
        },
        {
            "start": 831476751,
            "stop": 831484041
        },
        {
            "start": 831484314,
            "stop": 831495686
        },
        {
            "start": 831497293,
            "stop": 831498839
        },
        {
            "start": 831508799,
            "stop": 831508894
        },
        {
            "start": 831509198,
            "stop": 831510551
        },
        {
            "start": 831514361,
            "stop": 831567625
        },
        {
            "start": 831568044,
            "stop": 831569556
        },
        {
            "start": 831570004,
            "stop": 831582610
        },
        {
            "start": 831585823,
            "stop": 831588828
        },
        {
            "start": 831588836,
            "stop": 831589995
        },
        {
            "start": 831590002,
            "stop": 831590456
        },
        {
            "start": 831599572,
            "stop": 831609915
        },
        {
            "start": 831614684,
            "stop": 831616693
        },
        {
            "start": 831617588,
            "stop": 831621236
        },
        {
            "start": 831622233,
            "stop": 831629834
        },
        {
            "start": 831629841,
            "stop": 831631000
        },
        {
            "start": 831631010,
            "stop": 831655177
        }
    ]
}