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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=58",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 59,
    "results": [
        {
            "start": 931499886,
            "stop": 931499898
        },
        {
            "start": 931499902,
            "stop": 931499909
        },
        {
            "start": 931499913,
            "stop": 931499918
        },
        {
            "start": 931499932,
            "stop": 931499941
        },
        {
            "start": 931499951,
            "stop": 931499952
        },
        {
            "start": 931499959,
            "stop": 931499965
        },
        {
            "start": 931499971,
            "stop": 931499974
        },
        {
            "start": 931499982,
            "stop": 931499984
        },
        {
            "start": 931499987,
            "stop": 931500009
        },
        {
            "start": 931500012,
            "stop": 931500015
        },
        {
            "start": 931500020,
            "stop": 931500022
        },
        {
            "start": 931500024,
            "stop": 931500038
        },
        {
            "start": 931500041,
            "stop": 931500057
        },
        {
            "start": 931500060,
            "stop": 931500061
        },
        {
            "start": 931500067,
            "stop": 931500068
        },
        {
            "start": 931500083,
            "stop": 931500091
        },
        {
            "start": 931500094,
            "stop": 931500095
        },
        {
            "start": 931500098,
            "stop": 931500101
        },
        {
            "start": 931500105,
            "stop": 931500108
        },
        {
            "start": 931500111,
            "stop": 931500120
        }
    ]
}