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=5108
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=5109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5107",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5108,
    "results": [
        {
            "start": 874668393,
            "stop": 874668548
        },
        {
            "start": 874668555,
            "stop": 874668647
        },
        {
            "start": 874668654,
            "stop": 874668658
        },
        {
            "start": 874668666,
            "stop": 874668706
        },
        {
            "start": 874668714,
            "stop": 874668778
        },
        {
            "start": 874668786,
            "stop": 874668884
        },
        {
            "start": 874668891,
            "stop": 874668909
        },
        {
            "start": 874668916,
            "stop": 874668928
        },
        {
            "start": 874668936,
            "stop": 874668966
        },
        {
            "start": 874668974,
            "stop": 874669163
        },
        {
            "start": 874669170,
            "stop": 874669390
        },
        {
            "start": 874669397,
            "stop": 874669457
        },
        {
            "start": 874669465,
            "stop": 874669555
        },
        {
            "start": 874669562,
            "stop": 874669844
        },
        {
            "start": 874669852,
            "stop": 874669854
        },
        {
            "start": 874669861,
            "stop": 874669883
        },
        {
            "start": 874669890,
            "stop": 874669963
        },
        {
            "start": 874669970,
            "stop": 874670045
        },
        {
            "start": 874670052,
            "stop": 874670184
        },
        {
            "start": 874670191,
            "stop": 874670385
        }
    ]
}