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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=60",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 61,
    "results": [
        {
            "start": 817704873,
            "stop": 817704888
        },
        {
            "start": 817704905,
            "stop": 817707253
        },
        {
            "start": 817708634,
            "stop": 817714726
        },
        {
            "start": 817723423,
            "stop": 817730666
        },
        {
            "start": 817730835,
            "stop": 817735679
        },
        {
            "start": 817735696,
            "stop": 817736334
        },
        {
            "start": 817736352,
            "stop": 817736862
        },
        {
            "start": 817736886,
            "stop": 817747877
        },
        {
            "start": 817747881,
            "stop": 817753133
        },
        {
            "start": 817757865,
            "stop": 817764606
        },
        {
            "start": 817765466,
            "stop": 817766187
        },
        {
            "start": 817768021,
            "stop": 817769832
        },
        {
            "start": 817769849,
            "stop": 817770677
        },
        {
            "start": 817774855,
            "stop": 817774997
        },
        {
            "start": 817775001,
            "stop": 817775021
        },
        {
            "start": 817775024,
            "stop": 817779550
        },
        {
            "start": 817779554,
            "stop": 817781790
        },
        {
            "start": 817782558,
            "stop": 817783510
        },
        {
            "start": 817783810,
            "stop": 817788739
        },
        {
            "start": 817788756,
            "stop": 817790553
        }
    ]
}