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=1818
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=1819",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1817",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1818,
    "results": [
        {
            "start": 962421720,
            "stop": 962422634
        },
        {
            "start": 962426029,
            "stop": 962431759
        },
        {
            "start": 962457950,
            "stop": 962459616
        },
        {
            "start": 962484633,
            "stop": 962485455
        },
        {
            "start": 962509470,
            "stop": 962509975
        },
        {
            "start": 962515135,
            "stop": 962535856
        },
        {
            "start": 962537826,
            "stop": 962540239
        },
        {
            "start": 962546096,
            "stop": 962546639
        },
        {
            "start": 962548696,
            "stop": 962548874
        },
        {
            "start": 962550125,
            "stop": 962550132
        },
        {
            "start": 962554098,
            "stop": 962555329
        },
        {
            "start": 962558740,
            "stop": 962563280
        },
        {
            "start": 962563334,
            "stop": 962563392
        },
        {
            "start": 962564003,
            "stop": 962564881
        },
        {
            "start": 962565464,
            "stop": 962567202
        },
        {
            "start": 962568759,
            "stop": 962574299
        },
        {
            "start": 962574373,
            "stop": 962574425
        },
        {
            "start": 962575431,
            "stop": 962575641
        },
        {
            "start": 962575643,
            "stop": 962575713
        },
        {
            "start": 962575930,
            "stop": 962575988
        }
    ]
}