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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=465",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=463",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 464,
    "results": [
        {
            "start": 874318403,
            "stop": 874340680
        },
        {
            "start": 874341390,
            "stop": 874342400
        },
        {
            "start": 874342587,
            "stop": 874347672
        },
        {
            "start": 874348852,
            "stop": 874349484
        },
        {
            "start": 874350418,
            "stop": 874352730
        },
        {
            "start": 874353852,
            "stop": 874354117
        },
        {
            "start": 874355523,
            "stop": 874360660
        },
        {
            "start": 874362690,
            "stop": 874374411
        },
        {
            "start": 874374416,
            "stop": 874374478
        },
        {
            "start": 874374483,
            "stop": 874374531
        },
        {
            "start": 874374537,
            "stop": 874436871
        },
        {
            "start": 874438904,
            "stop": 874501485
        },
        {
            "start": 874502348,
            "stop": 874514066
        },
        {
            "start": 874515038,
            "stop": 874525827
        },
        {
            "start": 874525832,
            "stop": 874525998
        },
        {
            "start": 874526004,
            "stop": 874526280
        },
        {
            "start": 874526290,
            "stop": 874527339
        },
        {
            "start": 874527345,
            "stop": 874527349
        },
        {
            "start": 874527360,
            "stop": 874527392
        },
        {
            "start": 874527398,
            "stop": 874527425
        }
    ]
}