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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=217",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 218,
    "results": [
        {
            "start": 821671132,
            "stop": 821671147
        },
        {
            "start": 821671150,
            "stop": 821671182
        },
        {
            "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
        }
    ]
}