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_CAT2/segments?format=api&page=651
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=652",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=650",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 651,
    "results": [
        {
            "start": 854663707,
            "stop": 854666092
        },
        {
            "start": 854667569,
            "stop": 854705250
        },
        {
            "start": 854705310,
            "stop": 854705315
        },
        {
            "start": 854706346,
            "stop": 854706510
        },
        {
            "start": 854707221,
            "stop": 854744351
        },
        {
            "start": 854744368,
            "stop": 854751210
        },
        {
            "start": 854752774,
            "stop": 854770228
        },
        {
            "start": 854771300,
            "stop": 854794522
        },
        {
            "start": 854794979,
            "stop": 854811668
        },
        {
            "start": 854811673,
            "stop": 854812842
        },
        {
            "start": 854829913,
            "stop": 854829921
        },
        {
            "start": 854829942,
            "stop": 854830113
        },
        {
            "start": 854830974,
            "stop": 854836809
        },
        {
            "start": 854836828,
            "stop": 854837371
        },
        {
            "start": 854837390,
            "stop": 854908914
        },
        {
            "start": 854908932,
            "stop": 854910437
        },
        {
            "start": 854911430,
            "stop": 854913456
        },
        {
            "start": 854913462,
            "stop": 854916987
        },
        {
            "start": 854918105,
            "stop": 854919025
        },
        {
            "start": 854920868,
            "stop": 854923832
        }
    ]
}