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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8856",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8854",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8855,
    "results": [
        {
            "start": 874642320,
            "stop": 874643340
        },
        {
            "start": 874643400,
            "stop": 874643520
        },
        {
            "start": 874643580,
            "stop": 874643700
        },
        {
            "start": 874643760,
            "stop": 874643820
        },
        {
            "start": 874643880,
            "stop": 874643990
        },
        {
            "start": 874644070,
            "stop": 874644180
        },
        {
            "start": 874644240,
            "stop": 874644780
        },
        {
            "start": 874644840,
            "stop": 874647654
        },
        {
            "start": 874647671,
            "stop": 874648754
        },
        {
            "start": 874648771,
            "stop": 874649198
        },
        {
            "start": 874649215,
            "stop": 874649838
        },
        {
            "start": 874651935,
            "stop": 874653720
        },
        {
            "start": 874653780,
            "stop": 874654380
        },
        {
            "start": 874654440,
            "stop": 874661040
        },
        {
            "start": 874661100,
            "stop": 874661280
        },
        {
            "start": 874661340,
            "stop": 874661460
        },
        {
            "start": 874661520,
            "stop": 874661880
        },
        {
            "start": 874662000,
            "stop": 874664304
        },
        {
            "start": 874664344,
            "stop": 874665270
        },
        {
            "start": 874665360,
            "stop": 874670808
        }
    ]
}