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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3274",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3275,
    "results": [
        {
            "start": 873747243,
            "stop": 873747300
        },
        {
            "start": 873747360,
            "stop": 873748500
        },
        {
            "start": 873748560,
            "stop": 873748860
        },
        {
            "start": 873748920,
            "stop": 873749334
        },
        {
            "start": 873749543,
            "stop": 873749586
        },
        {
            "start": 873749590,
            "stop": 873750120
        },
        {
            "start": 873750180,
            "stop": 873750660
        },
        {
            "start": 873750780,
            "stop": 873752400
        },
        {
            "start": 873753060,
            "stop": 873756300
        },
        {
            "start": 873756420,
            "stop": 873756422
        },
        {
            "start": 873756428,
            "stop": 873756480
        },
        {
            "start": 873756540,
            "stop": 873757740
        },
        {
            "start": 873757860,
            "stop": 873759311
        },
        {
            "start": 873760474,
            "stop": 873764370
        },
        {
            "start": 873764520,
            "stop": 873769100
        },
        {
            "start": 873769400,
            "stop": 873775870
        },
        {
            "start": 873775875,
            "stop": 873784759
        },
        {
            "start": 873784763,
            "stop": 873785812
        },
        {
            "start": 873786171,
            "stop": 873786319
        },
        {
            "start": 873786656,
            "stop": 873786660
        }
    ]
}