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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=226",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 227,
    "results": [
        {
            "start": 933153921,
            "stop": 933153924
        },
        {
            "start": 933153948,
            "stop": 933153954
        },
        {
            "start": 933154044,
            "stop": 933154098
        },
        {
            "start": 933154099,
            "stop": 933154297
        },
        {
            "start": 933154374,
            "stop": 933154391
        },
        {
            "start": 933154476,
            "stop": 933154487
        },
        {
            "start": 933154544,
            "stop": 933154572
        },
        {
            "start": 933154655,
            "stop": 933154674
        },
        {
            "start": 933154704,
            "stop": 933154706
        },
        {
            "start": 933154881,
            "stop": 933154902
        },
        {
            "start": 933154903,
            "stop": 933155131
        },
        {
            "start": 933155150,
            "stop": 933155195
        },
        {
            "start": 933155200,
            "stop": 933155254
        },
        {
            "start": 933155286,
            "stop": 933155353
        },
        {
            "start": 933155373,
            "stop": 933155452
        },
        {
            "start": 933155453,
            "stop": 933155457
        },
        {
            "start": 933155458,
            "stop": 933155636
        },
        {
            "start": 933155637,
            "stop": 933155649
        },
        {
            "start": 933155654,
            "stop": 933155662
        },
        {
            "start": 933155663,
            "stop": 933155797
        }
    ]
}