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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=389",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 390,
    "results": [
        {
            "start": 962712270,
            "stop": 962729237
        },
        {
            "start": 962730436,
            "stop": 962743296
        },
        {
            "start": 962745566,
            "stop": 962749288
        },
        {
            "start": 962752294,
            "stop": 962757602
        },
        {
            "start": 962761222,
            "stop": 962767599
        },
        {
            "start": 962770596,
            "stop": 962773435
        },
        {
            "start": 962778633,
            "stop": 962784660
        },
        {
            "start": 962784665,
            "stop": 962798199
        },
        {
            "start": 962799695,
            "stop": 962801251
        },
        {
            "start": 962801807,
            "stop": 962814196
        },
        {
            "start": 962816372,
            "stop": 962859459
        },
        {
            "start": 962861391,
            "stop": 962881324
        },
        {
            "start": 962882799,
            "stop": 962927066
        },
        {
            "start": 962933779,
            "stop": 962944457
        },
        {
            "start": 962948181,
            "stop": 962953659
        },
        {
            "start": 962959502,
            "stop": 962979854
        },
        {
            "start": 963006913,
            "stop": 963009794
        },
        {
            "start": 963012920,
            "stop": 963014184
        },
        {
            "start": 963037411,
            "stop": 963066236
        },
        {
            "start": 963066241,
            "stop": 963068872
        }
    ]
}