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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1205",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1206,
    "results": [
        {
            "start": 953628801,
            "stop": 953628864
        },
        {
            "start": 953628866,
            "stop": 953628894
        },
        {
            "start": 953628896,
            "stop": 953629016
        },
        {
            "start": 953629018,
            "stop": 953629117
        },
        {
            "start": 953629119,
            "stop": 953629125
        },
        {
            "start": 953629128,
            "stop": 953629206
        },
        {
            "start": 953629208,
            "stop": 953629239
        },
        {
            "start": 953629241,
            "stop": 953629263
        },
        {
            "start": 953629265,
            "stop": 953629522
        },
        {
            "start": 953629524,
            "stop": 953629576
        },
        {
            "start": 953629578,
            "stop": 953630137
        },
        {
            "start": 953632591,
            "stop": 953633820
        },
        {
            "start": 953635528,
            "stop": 953641566
        },
        {
            "start": 953647123,
            "stop": 953653796
        },
        {
            "start": 953657763,
            "stop": 953662817
        },
        {
            "start": 953663486,
            "stop": 953685424
        },
        {
            "start": 953685425,
            "stop": 953733848
        },
        {
            "start": 953733850,
            "stop": 953736285
        },
        {
            "start": 953737649,
            "stop": 953743987
        },
        {
            "start": 953744322,
            "stop": 953747558
        }
    ]
}