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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7433",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7431",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7432,
    "results": [
        {
            "start": 969899520,
            "stop": 969899555
        },
        {
            "start": 969899566,
            "stop": 969899567
        },
        {
            "start": 969899627,
            "stop": 969899719
        },
        {
            "start": 969899722,
            "stop": 969899741
        },
        {
            "start": 969899744,
            "stop": 969899803
        },
        {
            "start": 969899808,
            "stop": 969899982
        },
        {
            "start": 969900047,
            "stop": 969900134
        },
        {
            "start": 969900347,
            "stop": 969900559
        },
        {
            "start": 969900947,
            "stop": 969901067
        },
        {
            "start": 969901187,
            "stop": 969901247
        },
        {
            "start": 969901427,
            "stop": 969901465
        },
        {
            "start": 969901470,
            "stop": 969901505
        },
        {
            "start": 969901508,
            "stop": 969901509
        },
        {
            "start": 969901512,
            "stop": 969901560
        },
        {
            "start": 969901563,
            "stop": 969901566
        },
        {
            "start": 969901569,
            "stop": 969901573
        },
        {
            "start": 969901670,
            "stop": 969901728
        },
        {
            "start": 969901731,
            "stop": 969901891
        },
        {
            "start": 969901894,
            "stop": 969902046
        },
        {
            "start": 969902049,
            "stop": 969902261
        }
    ]
}