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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=129",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 130,
    "results": [
        {
            "start": 833310116,
            "stop": 833310253
        },
        {
            "start": 833310299,
            "stop": 833310301
        },
        {
            "start": 833310613,
            "stop": 833313134
        },
        {
            "start": 833316051,
            "stop": 833345109
        },
        {
            "start": 833345218,
            "stop": 833352768
        },
        {
            "start": 833355640,
            "stop": 833358013
        },
        {
            "start": 833358046,
            "stop": 833358047
        },
        {
            "start": 833358133,
            "stop": 833372353
        },
        {
            "start": 833372383,
            "stop": 833372384
        },
        {
            "start": 833373317,
            "stop": 833386573
        },
        {
            "start": 833386596,
            "stop": 833386597
        },
        {
            "start": 833386667,
            "stop": 833440573
        },
        {
            "start": 833441381,
            "stop": 833456113
        },
        {
            "start": 833456116,
            "stop": 833456117
        },
        {
            "start": 833456793,
            "stop": 833465413
        },
        {
            "start": 833465435,
            "stop": 833465436
        },
        {
            "start": 833465533,
            "stop": 833485213
        },
        {
            "start": 833485225,
            "stop": 833485227
        },
        {
            "start": 833485513,
            "stop": 833487592
        },
        {
            "start": 833488426,
            "stop": 833490973
        }
    ]
}