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=5135
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=5136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5134",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5135,
    "results": [
        {
            "start": 874703490,
            "stop": 874703509
        },
        {
            "start": 874703517,
            "stop": 874703525
        },
        {
            "start": 874703532,
            "stop": 874703559
        },
        {
            "start": 874703574,
            "stop": 874703576
        },
        {
            "start": 874703592,
            "stop": 874703603
        },
        {
            "start": 874703615,
            "stop": 874703617
        },
        {
            "start": 874703624,
            "stop": 874703640
        },
        {
            "start": 874703647,
            "stop": 874703651
        },
        {
            "start": 874703670,
            "stop": 874703703
        },
        {
            "start": 874703711,
            "stop": 874703739
        },
        {
            "start": 874703754,
            "stop": 874703759
        },
        {
            "start": 874703773,
            "stop": 874703774
        },
        {
            "start": 874703787,
            "stop": 874703809
        },
        {
            "start": 874703824,
            "stop": 874703829
        },
        {
            "start": 874703836,
            "stop": 874703854
        },
        {
            "start": 874703861,
            "stop": 874703868
        },
        {
            "start": 874703881,
            "stop": 874703898
        },
        {
            "start": 874703945,
            "stop": 874703964
        },
        {
            "start": 874703971,
            "stop": 874704008
        },
        {
            "start": 874704015,
            "stop": 874704022
        }
    ]
}