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=3235
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=3236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3234",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3235,
    "results": [
        {
            "start": 872132532,
            "stop": 872132674
        },
        {
            "start": 872132677,
            "stop": 872132742
        },
        {
            "start": 872132748,
            "stop": 872132977
        },
        {
            "start": 872132980,
            "stop": 872133231
        },
        {
            "start": 872133234,
            "stop": 872134140
        },
        {
            "start": 872134200,
            "stop": 872142129
        },
        {
            "start": 872143042,
            "stop": 872167498
        },
        {
            "start": 872169416,
            "stop": 872171047
        },
        {
            "start": 872171171,
            "stop": 872172284
        },
        {
            "start": 872172465,
            "stop": 872183025
        },
        {
            "start": 872183325,
            "stop": 872192525
        },
        {
            "start": 872192529,
            "stop": 872192531
        },
        {
            "start": 872192534,
            "stop": 872194800
        },
        {
            "start": 872194920,
            "stop": 872197089
        },
        {
            "start": 872197093,
            "stop": 872198940
        },
        {
            "start": 872199000,
            "stop": 872201550
        },
        {
            "start": 872202724,
            "stop": 872202846
        },
        {
            "start": 872202849,
            "stop": 872207155
        },
        {
            "start": 872207158,
            "stop": 872210257
        },
        {
            "start": 872210260,
            "stop": 872210280
        }
    ]
}