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=5149
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=5150",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5148",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5149,
    "results": [
        {
            "start": 1136208640,
            "stop": 1136208665
        },
        {
            "start": 1136208667,
            "stop": 1136208714
        },
        {
            "start": 1136208716,
            "stop": 1136208775
        },
        {
            "start": 1136208777,
            "stop": 1136208788
        },
        {
            "start": 1136208790,
            "stop": 1136208820
        },
        {
            "start": 1136208822,
            "stop": 1136208842
        },
        {
            "start": 1136208844,
            "stop": 1136208855
        },
        {
            "start": 1136208857,
            "stop": 1136208860
        },
        {
            "start": 1136208862,
            "stop": 1136208902
        },
        {
            "start": 1136208904,
            "stop": 1136208907
        },
        {
            "start": 1136208909,
            "stop": 1136208936
        },
        {
            "start": 1136208938,
            "stop": 1136208943
        },
        {
            "start": 1136208945,
            "stop": 1136208955
        },
        {
            "start": 1136208957,
            "stop": 1136208977
        },
        {
            "start": 1136208979,
            "stop": 1136208983
        },
        {
            "start": 1136208985,
            "stop": 1136208993
        },
        {
            "start": 1136208995,
            "stop": 1136209005
        },
        {
            "start": 1136209007,
            "stop": 1136209042
        },
        {
            "start": 1136209044,
            "stop": 1136209046
        },
        {
            "start": 1136209048,
            "stop": 1136209053
        }
    ]
}