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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=436",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=434",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 435,
    "results": [
        {
            "start": 827195057,
            "stop": 827195195
        },
        {
            "start": 827195208,
            "stop": 827195321
        },
        {
            "start": 827195328,
            "stop": 827195330
        },
        {
            "start": 827195470,
            "stop": 827195517
        },
        {
            "start": 827195524,
            "stop": 827195663
        },
        {
            "start": 827195670,
            "stop": 827195868
        },
        {
            "start": 827195875,
            "stop": 827195895
        },
        {
            "start": 827195902,
            "stop": 827195969
        },
        {
            "start": 827195981,
            "stop": 827196105
        },
        {
            "start": 827196112,
            "stop": 827196172
        },
        {
            "start": 827196179,
            "stop": 827196266
        },
        {
            "start": 827196273,
            "stop": 827196315
        },
        {
            "start": 827196323,
            "stop": 827196530
        },
        {
            "start": 827196537,
            "stop": 827196586
        },
        {
            "start": 827196593,
            "stop": 827196638
        },
        {
            "start": 827196648,
            "stop": 827196763
        },
        {
            "start": 827196770,
            "stop": 827196838
        },
        {
            "start": 827196846,
            "stop": 827196997
        },
        {
            "start": 827197004,
            "stop": 827197214
        },
        {
            "start": 827197221,
            "stop": 827197245
        }
    ]
}