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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5796",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5794",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5795,
    "results": [
        {
            "start": 874684135,
            "stop": 874684183
        },
        {
            "start": 874684186,
            "stop": 874684193
        },
        {
            "start": 874684196,
            "stop": 874684209
        },
        {
            "start": 874684212,
            "stop": 874684227
        },
        {
            "start": 874684230,
            "stop": 874684257
        },
        {
            "start": 874684262,
            "stop": 874684280
        },
        {
            "start": 874684283,
            "stop": 874684284
        },
        {
            "start": 874684287,
            "stop": 874684306
        },
        {
            "start": 874684309,
            "stop": 874684365
        },
        {
            "start": 874684375,
            "stop": 874684397
        },
        {
            "start": 874684400,
            "stop": 874684421
        },
        {
            "start": 874684424,
            "stop": 874684468
        },
        {
            "start": 874684471,
            "stop": 874684520
        },
        {
            "start": 874684523,
            "stop": 874684526
        },
        {
            "start": 874684529,
            "stop": 874684572
        },
        {
            "start": 874684576,
            "stop": 874684615
        },
        {
            "start": 874684618,
            "stop": 874684656
        },
        {
            "start": 874684659,
            "stop": 874684725
        },
        {
            "start": 874684728,
            "stop": 874684769
        },
        {
            "start": 874684772,
            "stop": 874684774
        }
    ]
}