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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=187",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 188,
    "results": [
        {
            "start": 933144749,
            "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": 933146933
        },
        {
            "start": 933149548,
            "stop": 933150014
        },
        {
            "start": 933154332,
            "stop": 933155073
        },
        {
            "start": 933167175,
            "stop": 933167834
        },
        {
            "start": 933180305,
            "stop": 933181215
        },
        {
            "start": 933181575,
            "stop": 933181639
        },
        {
            "start": 933181759,
            "stop": 933182201
        },
        {
            "start": 933182321,
            "stop": 933182880
        },
        {
            "start": 933183000,
            "stop": 933183150
        }
    ]
}