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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3766",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3764",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3765,
    "results": [
        {
            "start": 874101125,
            "stop": 874101153
        },
        {
            "start": 874101172,
            "stop": 874101589
        },
        {
            "start": 874101606,
            "stop": 874101689
        },
        {
            "start": 874101706,
            "stop": 874101735
        },
        {
            "start": 874101752,
            "stop": 874102295
        },
        {
            "start": 874102312,
            "stop": 874102564
        },
        {
            "start": 874102581,
            "stop": 874102898
        },
        {
            "start": 874102915,
            "stop": 874103050
        },
        {
            "start": 874103067,
            "stop": 874103520
        },
        {
            "start": 874103580,
            "stop": 874103760
        },
        {
            "start": 874103820,
            "stop": 874104120
        },
        {
            "start": 874104180,
            "stop": 874105363
        },
        {
            "start": 874105380,
            "stop": 874105705
        },
        {
            "start": 874105722,
            "stop": 874106007
        },
        {
            "start": 874106024,
            "stop": 874106174
        },
        {
            "start": 874106191,
            "stop": 874106280
        },
        {
            "start": 874106297,
            "stop": 874106383
        },
        {
            "start": 874106400,
            "stop": 874106902
        },
        {
            "start": 874106919,
            "stop": 874107589
        },
        {
            "start": 874107606,
            "stop": 874108250
        }
    ]
}