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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=414",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=412",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 413,
    "results": [
        {
            "start": 853323134,
            "stop": 853333849
        },
        {
            "start": 853334539,
            "stop": 853337858
        },
        {
            "start": 853337860,
            "stop": 853338224
        },
        {
            "start": 853339221,
            "stop": 853342630
        },
        {
            "start": 853342631,
            "stop": 853344150
        },
        {
            "start": 853344230,
            "stop": 853351275
        },
        {
            "start": 853351277,
            "stop": 853393419
        },
        {
            "start": 853394408,
            "stop": 853401343
        },
        {
            "start": 853402339,
            "stop": 853409701
        },
        {
            "start": 853409703,
            "stop": 853415291
        },
        {
            "start": 853438917,
            "stop": 853439177
        },
        {
            "start": 853439678,
            "stop": 853440188
        },
        {
            "start": 853443836,
            "stop": 853444351
        },
        {
            "start": 853444449,
            "stop": 853445636
        },
        {
            "start": 853445638,
            "stop": 853447113
        },
        {
            "start": 853447352,
            "stop": 853448649
        },
        {
            "start": 853450626,
            "stop": 853451273
        },
        {
            "start": 853451392,
            "stop": 853453112
        },
        {
            "start": 853453114,
            "stop": 853455386
        },
        {
            "start": 853455488,
            "stop": 853456097
        }
    ]
}