Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5121
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5122",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5120",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5121,
    "results": [
        {
            "start": 1135897552,
            "stop": 1135897561
        },
        {
            "start": 1135897563,
            "stop": 1135897578
        },
        {
            "start": 1135897580,
            "stop": 1135897594
        },
        {
            "start": 1135897596,
            "stop": 1135897612
        },
        {
            "start": 1135897614,
            "stop": 1135897633
        },
        {
            "start": 1135897635,
            "stop": 1135897638
        },
        {
            "start": 1135897640,
            "stop": 1135897666
        },
        {
            "start": 1135897668,
            "stop": 1135897675
        },
        {
            "start": 1135897677,
            "stop": 1135897724
        },
        {
            "start": 1135897726,
            "stop": 1135897741
        },
        {
            "start": 1135897743,
            "stop": 1135897747
        },
        {
            "start": 1135897749,
            "stop": 1135897751
        },
        {
            "start": 1135897753,
            "stop": 1135897777
        },
        {
            "start": 1135897779,
            "stop": 1135897840
        },
        {
            "start": 1135897842,
            "stop": 1135897879
        },
        {
            "start": 1135897881,
            "stop": 1135897897
        },
        {
            "start": 1135897899,
            "stop": 1135897966
        },
        {
            "start": 1135897968,
            "stop": 1135897999
        },
        {
            "start": 1135898001,
            "stop": 1135898032
        },
        {
            "start": 1135898034,
            "stop": 1135898075
        }
    ]
}