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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5116",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5117,
    "results": [
        {
            "start": 874680538,
            "stop": 874680541
        },
        {
            "start": 874680548,
            "stop": 874680564
        },
        {
            "start": 874680571,
            "stop": 874680583
        },
        {
            "start": 874680590,
            "stop": 874680667
        },
        {
            "start": 874680675,
            "stop": 874680746
        },
        {
            "start": 874680753,
            "stop": 874680757
        },
        {
            "start": 874680771,
            "stop": 874680802
        },
        {
            "start": 874680809,
            "stop": 874680839
        },
        {
            "start": 874680847,
            "stop": 874680907
        },
        {
            "start": 874680914,
            "stop": 874680946
        },
        {
            "start": 874680953,
            "stop": 874680954
        },
        {
            "start": 874680994,
            "stop": 874680999
        },
        {
            "start": 874681012,
            "stop": 874681013
        },
        {
            "start": 874681024,
            "stop": 874681029
        },
        {
            "start": 874681037,
            "stop": 874681048
        },
        {
            "start": 874681063,
            "stop": 874681115
        },
        {
            "start": 874681122,
            "stop": 874681125
        },
        {
            "start": 874681135,
            "stop": 874681145
        },
        {
            "start": 874681153,
            "stop": 874681178
        },
        {
            "start": 874681185,
            "stop": 874681228
        }
    ]
}