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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=151",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 152,
    "results": [
        {
            "start": 1135053739,
            "stop": 1135053740
        },
        {
            "start": 1135053743,
            "stop": 1135053745
        },
        {
            "start": 1135053748,
            "stop": 1135053749
        },
        {
            "start": 1135053752,
            "stop": 1135053761
        },
        {
            "start": 1135053767,
            "stop": 1135053768
        },
        {
            "start": 1135053771,
            "stop": 1135053774
        },
        {
            "start": 1135053779,
            "stop": 1135053780
        },
        {
            "start": 1135053790,
            "stop": 1135053792
        },
        {
            "start": 1135053812,
            "stop": 1135053813
        },
        {
            "start": 1135053819,
            "stop": 1135053820
        },
        {
            "start": 1135053823,
            "stop": 1135053828
        },
        {
            "start": 1135053831,
            "stop": 1135053832
        },
        {
            "start": 1135053835,
            "stop": 1135053838
        },
        {
            "start": 1135053841,
            "stop": 1135053845
        },
        {
            "start": 1135053851,
            "stop": 1135053852
        },
        {
            "start": 1135053855,
            "stop": 1135053856
        },
        {
            "start": 1135053865,
            "stop": 1135053866
        },
        {
            "start": 1135053869,
            "stop": 1135053870
        },
        {
            "start": 1135053876,
            "stop": 1135053877
        },
        {
            "start": 1135053880,
            "stop": 1135053883
        }
    ]
}