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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4374",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4372",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4373,
    "results": [
        {
            "start": 875014056,
            "stop": 875014598
        },
        {
            "start": 875014617,
            "stop": 875014620
        },
        {
            "start": 875015160,
            "stop": 875015340
        },
        {
            "start": 875015400,
            "stop": 875015520
        },
        {
            "start": 875015640,
            "stop": 875015760
        },
        {
            "start": 875015820,
            "stop": 875015880
        },
        {
            "start": 875017860,
            "stop": 875017920
        },
        {
            "start": 875018220,
            "stop": 875018248
        },
        {
            "start": 875018267,
            "stop": 875018280
        },
        {
            "start": 875018760,
            "stop": 875018820
        },
        {
            "start": 875018940,
            "stop": 875018959
        },
        {
            "start": 875018978,
            "stop": 875018986
        },
        {
            "start": 875019060,
            "stop": 875019120
        },
        {
            "start": 875021580,
            "stop": 875021622
        },
        {
            "start": 875032380,
            "stop": 875032440
        },
        {
            "start": 875032800,
            "stop": 875032860
        },
        {
            "start": 875033040,
            "stop": 875033100
        },
        {
            "start": 875033160,
            "stop": 875033220
        },
        {
            "start": 875033280,
            "stop": 875033340
        },
        {
            "start": 875033400,
            "stop": 875033940
        }
    ]
}