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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=817",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=815",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 816,
    "results": [
        {
            "start": 1268954818,
            "stop": 1268954834
        },
        {
            "start": 1268954836,
            "stop": 1268954851
        },
        {
            "start": 1268954852,
            "stop": 1268954860
        },
        {
            "start": 1268954861,
            "stop": 1268954908
        },
        {
            "start": 1268954909,
            "stop": 1268954933
        },
        {
            "start": 1268954935,
            "stop": 1268954940
        },
        {
            "start": 1268954941,
            "stop": 1268954943
        },
        {
            "start": 1268954945,
            "stop": 1268954946
        },
        {
            "start": 1268954948,
            "stop": 1268954955
        },
        {
            "start": 1268954956,
            "stop": 1268954957
        },
        {
            "start": 1268954959,
            "stop": 1268954964
        },
        {
            "start": 1268954965,
            "stop": 1268954969
        },
        {
            "start": 1268954970,
            "stop": 1268954975
        },
        {
            "start": 1268954976,
            "stop": 1268954982
        },
        {
            "start": 1268954983,
            "stop": 1268954987
        },
        {
            "start": 1268954989,
            "stop": 1268954990
        },
        {
            "start": 1268954991,
            "stop": 1268955004
        },
        {
            "start": 1268955005,
            "stop": 1268955007
        },
        {
            "start": 1268955008,
            "stop": 1268955009
        },
        {
            "start": 1268955010,
            "stop": 1268955015
        }
    ]
}