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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=51",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 52,
    "results": [
        {
            "start": 931498790,
            "stop": 931498791
        },
        {
            "start": 931498797,
            "stop": 931498805
        },
        {
            "start": 931498807,
            "stop": 931498813
        },
        {
            "start": 931498815,
            "stop": 931498821
        },
        {
            "start": 931498825,
            "stop": 931498834
        },
        {
            "start": 931498837,
            "stop": 931498851
        },
        {
            "start": 931498854,
            "stop": 931498855
        },
        {
            "start": 931498858,
            "stop": 931498867
        },
        {
            "start": 931498870,
            "stop": 931498875
        },
        {
            "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
        }
    ]
}