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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=117",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 118,
    "results": [
        {
            "start": 827232974,
            "stop": 827232980
        },
        {
            "start": 827232983,
            "stop": 827233086
        },
        {
            "start": 827233090,
            "stop": 827233100
        },
        {
            "start": 827233128,
            "stop": 827233134
        },
        {
            "start": 827233176,
            "stop": 827233182
        },
        {
            "start": 827233262,
            "stop": 827233296
        },
        {
            "start": 827233300,
            "stop": 827233324
        },
        {
            "start": 827233357,
            "stop": 827233363
        },
        {
            "start": 827233387,
            "stop": 827233392
        },
        {
            "start": 827233464,
            "stop": 827233470
        },
        {
            "start": 827233479,
            "stop": 827233489
        },
        {
            "start": 827233492,
            "stop": 827233494
        },
        {
            "start": 827233502,
            "stop": 827233503
        },
        {
            "start": 827233507,
            "stop": 827233508
        },
        {
            "start": 827233512,
            "stop": 827233527
        },
        {
            "start": 827233531,
            "stop": 827233537
        },
        {
            "start": 827233545,
            "stop": 827233556
        },
        {
            "start": 827233565,
            "stop": 827233575
        },
        {
            "start": 827233584,
            "stop": 827233590
        },
        {
            "start": 827233599,
            "stop": 827233658
        }
    ]
}