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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4958",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4956",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4957,
    "results": [
        {
            "start": 874446578,
            "stop": 874446648
        },
        {
            "start": 874446655,
            "stop": 874446667
        },
        {
            "start": 874446677,
            "stop": 874446705
        },
        {
            "start": 874446712,
            "stop": 874446733
        },
        {
            "start": 874446747,
            "stop": 874446788
        },
        {
            "start": 874446797,
            "stop": 874446840
        },
        {
            "start": 874446847,
            "stop": 874446853
        },
        {
            "start": 874446860,
            "stop": 874447014
        },
        {
            "start": 874447022,
            "stop": 874447042
        },
        {
            "start": 874447049,
            "stop": 874447074
        },
        {
            "start": 874447085,
            "stop": 874447122
        },
        {
            "start": 874447129,
            "stop": 874447135
        },
        {
            "start": 874447148,
            "stop": 874447176
        },
        {
            "start": 874447183,
            "stop": 874447187
        },
        {
            "start": 874447194,
            "stop": 874447196
        },
        {
            "start": 874447204,
            "stop": 874447268
        },
        {
            "start": 874447275,
            "stop": 874447318
        },
        {
            "start": 874447333,
            "stop": 874447334
        },
        {
            "start": 874447341,
            "stop": 874447398
        },
        {
            "start": 874447405,
            "stop": 874447440
        }
    ]
}