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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=222",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 223,
    "results": [
        {
            "start": 933146786,
            "stop": 933146829
        },
        {
            "start": 933146889,
            "stop": 933146911
        },
        {
            "start": 933146912,
            "stop": 933146913
        },
        {
            "start": 933147088,
            "stop": 933147107
        },
        {
            "start": 933147214,
            "stop": 933147216
        },
        {
            "start": 933147262,
            "stop": 933147266
        },
        {
            "start": 933147530,
            "stop": 933147582
        },
        {
            "start": 933147601,
            "stop": 933147624
        },
        {
            "start": 933147629,
            "stop": 933147677
        },
        {
            "start": 933147709,
            "stop": 933147744
        },
        {
            "start": 933147792,
            "stop": 933147934
        },
        {
            "start": 933148041,
            "stop": 933148145
        },
        {
            "start": 933148172,
            "stop": 933148206
        },
        {
            "start": 933148225,
            "stop": 933148250
        },
        {
            "start": 933148286,
            "stop": 933148385
        },
        {
            "start": 933148404,
            "stop": 933148463
        },
        {
            "start": 933148483,
            "stop": 933148518
        },
        {
            "start": 933148538,
            "stop": 933148587
        },
        {
            "start": 933148678,
            "stop": 933148737
        },
        {
            "start": 933148756,
            "stop": 933148762
        }
    ]
}