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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1023",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1021",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1022,
    "results": [
        {
            "start": 1135053715,
            "stop": 1135053719
        },
        {
            "start": 1135053724,
            "stop": 1135053727
        },
        {
            "start": 1135053730,
            "stop": 1135053733
        },
        {
            "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
        }
    ]
}