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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=55",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 56,
    "results": [
        {
            "start": 817561043,
            "stop": 817562252
        },
        {
            "start": 817562265,
            "stop": 817562311
        },
        {
            "start": 817562315,
            "stop": 817562730
        },
        {
            "start": 817562970,
            "stop": 817562974
        },
        {
            "start": 817562996,
            "stop": 817563000
        },
        {
            "start": 817563004,
            "stop": 817563010
        },
        {
            "start": 817563090,
            "stop": 817564251
        },
        {
            "start": 817566099,
            "stop": 817566533
        },
        {
            "start": 817567848,
            "stop": 817567990
        },
        {
            "start": 817567999,
            "stop": 817568016
        },
        {
            "start": 817568019,
            "stop": 817568317
        },
        {
            "start": 817568321,
            "stop": 817568351
        },
        {
            "start": 817568355,
            "stop": 817568365
        },
        {
            "start": 817568374,
            "stop": 817568379
        },
        {
            "start": 817568383,
            "stop": 817568417
        },
        {
            "start": 817568427,
            "stop": 817568430
        },
        {
            "start": 817568490,
            "stop": 817568632
        },
        {
            "start": 817568635,
            "stop": 817568984
        },
        {
            "start": 817568988,
            "stop": 817569177
        },
        {
            "start": 817569208,
            "stop": 817569254
        }
    ]
}