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=5786
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=5787",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5785",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5786,
    "results": [
        {
            "start": 874676167,
            "stop": 874676196
        },
        {
            "start": 874676199,
            "stop": 874676244
        },
        {
            "start": 874676247,
            "stop": 874676340
        },
        {
            "start": 874676343,
            "stop": 874676363
        },
        {
            "start": 874676366,
            "stop": 874676457
        },
        {
            "start": 874676460,
            "stop": 874676532
        },
        {
            "start": 874676535,
            "stop": 874676565
        },
        {
            "start": 874676568,
            "stop": 874676601
        },
        {
            "start": 874676604,
            "stop": 874676753
        },
        {
            "start": 874676758,
            "stop": 874676806
        },
        {
            "start": 874676809,
            "stop": 874677062
        },
        {
            "start": 874677065,
            "stop": 874677106
        },
        {
            "start": 874677109,
            "stop": 874677177
        },
        {
            "start": 874677181,
            "stop": 874677182
        },
        {
            "start": 874677186,
            "stop": 874677228
        },
        {
            "start": 874677232,
            "stop": 874677258
        },
        {
            "start": 874677261,
            "stop": 874677340
        },
        {
            "start": 874677343,
            "stop": 874677345
        },
        {
            "start": 874677348,
            "stop": 874677375
        },
        {
            "start": 874677378,
            "stop": 874677384
        }
    ]
}