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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8198",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8199,
    "results": [
        {
            "start": 971446308,
            "stop": 971446458
        },
        {
            "start": 971446461,
            "stop": 971446476
        },
        {
            "start": 971446482,
            "stop": 971446539
        },
        {
            "start": 971446545,
            "stop": 971446625
        },
        {
            "start": 971446628,
            "stop": 971446642
        },
        {
            "start": 971446646,
            "stop": 971446669
        },
        {
            "start": 971446672,
            "stop": 971446804
        },
        {
            "start": 971446808,
            "stop": 971446830
        },
        {
            "start": 971446833,
            "stop": 971446838
        },
        {
            "start": 971446842,
            "stop": 971446933
        },
        {
            "start": 971446937,
            "stop": 971446948
        },
        {
            "start": 971446951,
            "stop": 971446989
        },
        {
            "start": 971446992,
            "stop": 971446999
        },
        {
            "start": 971447002,
            "stop": 971447063
        },
        {
            "start": 971447067,
            "stop": 971447092
        },
        {
            "start": 971447095,
            "stop": 971447098
        },
        {
            "start": 971447101,
            "stop": 971447114
        },
        {
            "start": 971447120,
            "stop": 971447124
        },
        {
            "start": 971447130,
            "stop": 971447133
        },
        {
            "start": 971447146,
            "stop": 971447150
        }
    ]
}