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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=52",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 53,
    "results": [
        {
            "start": 931498675,
            "stop": 931498680
        },
        {
            "start": 931498688,
            "stop": 931498689
        },
        {
            "start": 931498691,
            "stop": 931498705
        },
        {
            "start": 931498708,
            "stop": 931498710
        },
        {
            "start": 931498713,
            "stop": 931498717
        },
        {
            "start": 931498720,
            "stop": 931498728
        },
        {
            "start": 931498731,
            "stop": 931498735
        },
        {
            "start": 931498740,
            "stop": 931498743
        },
        {
            "start": 931498751,
            "stop": 931498757
        },
        {
            "start": 931498760,
            "stop": 931498777
        },
        {
            "start": 931498780,
            "stop": 931498787
        },
        {
            "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
        }
    ]
}