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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=192",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 193,
    "results": [
        {
            "start": 933144131,
            "stop": 933144728
        },
        {
            "start": 933144730,
            "stop": 933144742
        },
        {
            "start": 933144745,
            "stop": 933144757
        },
        {
            "start": 933144760,
            "stop": 933144773
        },
        {
            "start": 933144775,
            "stop": 933144788
        },
        {
            "start": 933144791,
            "stop": 933144967
        },
        {
            "start": 933144970,
            "stop": 933145215
        },
        {
            "start": 933145575,
            "stop": 933145582
        },
        {
            "start": 933145585,
            "stop": 933145597
        },
        {
            "start": 933145600,
            "stop": 933145612
        },
        {
            "start": 933145615,
            "stop": 933145627
        },
        {
            "start": 933145630,
            "stop": 933145893
        },
        {
            "start": 933145898,
            "stop": 933146669
        },
        {
            "start": 933146674,
            "stop": 933147038
        },
        {
            "start": 933149548,
            "stop": 933150092
        },
        {
            "start": 933150097,
            "stop": 933150119
        },
        {
            "start": 933154332,
            "stop": 933155178
        },
        {
            "start": 933167175,
            "stop": 933167939
        },
        {
            "start": 933180305,
            "stop": 933181215
        },
        {
            "start": 933181575,
            "stop": 933181648
        }
    ]
}