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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=582",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=580",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 581,
    "results": [
        {
            "start": 839189070,
            "stop": 839193205
        },
        {
            "start": 839194690,
            "stop": 839194965
        },
        {
            "start": 839194973,
            "stop": 839198886
        },
        {
            "start": 839198895,
            "stop": 839198896
        },
        {
            "start": 839198901,
            "stop": 839201767
        },
        {
            "start": 839201772,
            "stop": 839201775
        },
        {
            "start": 839202996,
            "stop": 839229063
        },
        {
            "start": 839229073,
            "stop": 839229091
        },
        {
            "start": 839229096,
            "stop": 839255894
        },
        {
            "start": 839255902,
            "stop": 839258178
        },
        {
            "start": 839260427,
            "stop": 839264684
        },
        {
            "start": 839265169,
            "stop": 839267114
        },
        {
            "start": 839267936,
            "stop": 839279214
        },
        {
            "start": 839279219,
            "stop": 839284958
        },
        {
            "start": 839286074,
            "stop": 839296817
        },
        {
            "start": 839296822,
            "stop": 839296861
        },
        {
            "start": 839297538,
            "stop": 839297716
        },
        {
            "start": 839299054,
            "stop": 839299236
        },
        {
            "start": 839299248,
            "stop": 839299281
        },
        {
            "start": 839299913,
            "stop": 839299998
        }
    ]
}