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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=250",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 251,
    "results": [
        {
            "start": 934243709,
            "stop": 934243769
        },
        {
            "start": 934258169,
            "stop": 934258289
        },
        {
            "start": 934258469,
            "stop": 934258529
        },
        {
            "start": 934258649,
            "stop": 934258709
        },
        {
            "start": 934259009,
            "stop": 934259069
        },
        {
            "start": 934259189,
            "stop": 934259249
        },
        {
            "start": 934259309,
            "stop": 934259369
        },
        {
            "start": 934259969,
            "stop": 934260029
        },
        {
            "start": 934260989,
            "stop": 934261049
        },
        {
            "start": 934261109,
            "stop": 934261169
        },
        {
            "start": 934265631,
            "stop": 934266455
        },
        {
            "start": 934266457,
            "stop": 934267289
        },
        {
            "start": 934268094,
            "stop": 934268219
        },
        {
            "start": 934278581,
            "stop": 934278585
        },
        {
            "start": 934278590,
            "stop": 934278683
        },
        {
            "start": 934278688,
            "stop": 934278948
        },
        {
            "start": 934278953,
            "stop": 934279068
        },
        {
            "start": 934279073,
            "stop": 934279093
        },
        {
            "start": 934279098,
            "stop": 934279135
        },
        {
            "start": 934279141,
            "stop": 934279215
        }
    ]
}