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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8123",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8124,
    "results": [
        {
            "start": 970850388,
            "stop": 970850583
        },
        {
            "start": 970850586,
            "stop": 970850639
        },
        {
            "start": 970850642,
            "stop": 970850810
        },
        {
            "start": 970850814,
            "stop": 970850833
        },
        {
            "start": 970850836,
            "stop": 970850876
        },
        {
            "start": 970850879,
            "stop": 970850884
        },
        {
            "start": 970850887,
            "stop": 970850891
        },
        {
            "start": 970850894,
            "stop": 970850914
        },
        {
            "start": 970850932,
            "stop": 970851030
        },
        {
            "start": 970851033,
            "stop": 970851047
        },
        {
            "start": 970851050,
            "stop": 970851168
        },
        {
            "start": 970851171,
            "stop": 970851192
        },
        {
            "start": 970851195,
            "stop": 970851422
        },
        {
            "start": 970851427,
            "stop": 970851453
        },
        {
            "start": 970851456,
            "stop": 970851464
        },
        {
            "start": 970851467,
            "stop": 970851533
        },
        {
            "start": 970851538,
            "stop": 970851605
        },
        {
            "start": 970851608,
            "stop": 970851631
        },
        {
            "start": 970851634,
            "stop": 970851643
        },
        {
            "start": 970851654,
            "stop": 970851656
        }
    ]
}