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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=53",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 54,
    "results": [
        {
            "start": 931498878,
            "stop": 931498887
        },
        {
            "start": 931498890,
            "stop": 931498892
        },
        {
            "start": 931498895,
            "stop": 931498910
        },
        {
            "start": 931498913,
            "stop": 931498925
        },
        {
            "start": 931498928,
            "stop": 931498932
        },
        {
            "start": 931498937,
            "stop": 931498940
        },
        {
            "start": 931498943,
            "stop": 931498954
        },
        {
            "start": 931498961,
            "stop": 931498965
        },
        {
            "start": 931498971,
            "stop": 931498973
        },
        {
            "start": 931498987,
            "stop": 931499007
        },
        {
            "start": 931499013,
            "stop": 931499016
        },
        {
            "start": 931499019,
            "stop": 931499034
        },
        {
            "start": 931499037,
            "stop": 931499050
        },
        {
            "start": 931499053,
            "stop": 931499057
        },
        {
            "start": 931499060,
            "stop": 931499067
        },
        {
            "start": 931499070,
            "stop": 931499074
        },
        {
            "start": 931499077,
            "stop": 931499079
        },
        {
            "start": 931499083,
            "stop": 931499088
        },
        {
            "start": 931499091,
            "stop": 931499103
        },
        {
            "start": 931499106,
            "stop": 931499108
        }
    ]
}