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=278
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=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=277",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 278,
    "results": [
        {
            "start": 853315823,
            "stop": 853316713
        },
        {
            "start": 853318765,
            "stop": 853322953
        },
        {
            "start": 853322964,
            "stop": 853322965
        },
        {
            "start": 853323134,
            "stop": 853333813
        },
        {
            "start": 853333848,
            "stop": 853333849
        },
        {
            "start": 853334539,
            "stop": 853338224
        },
        {
            "start": 853339221,
            "stop": 853344150
        },
        {
            "start": 853344230,
            "stop": 853393393
        },
        {
            "start": 853394408,
            "stop": 853401313
        },
        {
            "start": 853401341,
            "stop": 853401343
        },
        {
            "start": 853402339,
            "stop": 853415291
        },
        {
            "start": 853438917,
            "stop": 853439173
        },
        {
            "start": 853439176,
            "stop": 853439177
        },
        {
            "start": 853439678,
            "stop": 853440188
        },
        {
            "start": 853443836,
            "stop": 853444333
        },
        {
            "start": 853444350,
            "stop": 853444351
        },
        {
            "start": 853444449,
            "stop": 853447093
        },
        {
            "start": 853447112,
            "stop": 853447113
        },
        {
            "start": 853447352,
            "stop": 853448649
        },
        {
            "start": 853450626,
            "stop": 853451233
        }
    ]
}