Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=211
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=210",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 211,
    "results": [
        {
            "start": 821671185,
            "stop": 821671205
        },
        {
            "start": 821671208,
            "stop": 821671221
        },
        {
            "start": 821671224,
            "stop": 821671250
        },
        {
            "start": 821671253,
            "stop": 821671322
        },
        {
            "start": 821671325,
            "stop": 821671426
        },
        {
            "start": 821671429,
            "stop": 821671446
        },
        {
            "start": 821671449,
            "stop": 821671514
        },
        {
            "start": 821671517,
            "stop": 821671562
        },
        {
            "start": 821671565,
            "stop": 821671606
        },
        {
            "start": 821671609,
            "stop": 821671623
        },
        {
            "start": 821671626,
            "stop": 821671630
        },
        {
            "start": 821671633,
            "stop": 821671648
        },
        {
            "start": 821671651,
            "stop": 821671675
        },
        {
            "start": 821671678,
            "stop": 821671725
        },
        {
            "start": 821671729,
            "stop": 821671742
        },
        {
            "start": 821671745,
            "stop": 821671746
        },
        {
            "start": 821671749,
            "stop": 821671761
        },
        {
            "start": 821671764,
            "stop": 821671822
        },
        {
            "start": 821671825,
            "stop": 821671883
        },
        {
            "start": 821671886,
            "stop": 821671900
        }
    ]
}