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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=46",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 47,
    "results": [
        {
            "start": 817062028,
            "stop": 817062060
        },
        {
            "start": 817062120,
            "stop": 817063286
        },
        {
            "start": 817063480,
            "stop": 817063694
        },
        {
            "start": 817063697,
            "stop": 817063727
        },
        {
            "start": 817063730,
            "stop": 817063816
        },
        {
            "start": 817063819,
            "stop": 817063860
        },
        {
            "start": 817063920,
            "stop": 817064289
        },
        {
            "start": 817064306,
            "stop": 817064876
        },
        {
            "start": 817064879,
            "stop": 817065300
        },
        {
            "start": 817065360,
            "stop": 817065611
        },
        {
            "start": 817065614,
            "stop": 817065788
        },
        {
            "start": 817065791,
            "stop": 817065960
        },
        {
            "start": 817066080,
            "stop": 817066200
        },
        {
            "start": 817066260,
            "stop": 817066538
        },
        {
            "start": 817066658,
            "stop": 817067155
        },
        {
            "start": 817067157,
            "stop": 817067397
        },
        {
            "start": 817067517,
            "stop": 817067778
        },
        {
            "start": 817067781,
            "stop": 817068144
        },
        {
            "start": 817071048,
            "stop": 817071242
        },
        {
            "start": 817071362,
            "stop": 817071485
        }
    ]
}