Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1816
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1817",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1815",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1816,
    "results": [
        {
            "start": 962192051,
            "stop": 962192269
        },
        {
            "start": 962192273,
            "stop": 962192307
        },
        {
            "start": 962193649,
            "stop": 962195955
        },
        {
            "start": 962198614,
            "stop": 962199720
        },
        {
            "start": 962201087,
            "stop": 962201996
        },
        {
            "start": 962203073,
            "stop": 962203608
        },
        {
            "start": 962205338,
            "stop": 962211214
        },
        {
            "start": 962211909,
            "stop": 962215004
        },
        {
            "start": 962217533,
            "stop": 962223507
        },
        {
            "start": 962231588,
            "stop": 962235171
        },
        {
            "start": 962251224,
            "stop": 962254439
        },
        {
            "start": 962254788,
            "stop": 962255651
        },
        {
            "start": 962256811,
            "stop": 962258280
        },
        {
            "start": 962258281,
            "stop": 962261935
        },
        {
            "start": 962261936,
            "stop": 962264100
        },
        {
            "start": 962266918,
            "stop": 962271127
        },
        {
            "start": 962271128,
            "stop": 962271990
        },
        {
            "start": 962271991,
            "stop": 962279413
        },
        {
            "start": 962279415,
            "stop": 962280371
        },
        {
            "start": 962281237,
            "stop": 962282072
        }
    ]
}