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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4851",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4849",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4850,
    "results": [
        {
            "start": 971432882,
            "stop": 971433256
        },
        {
            "start": 971433259,
            "stop": 971433409
        },
        {
            "start": 971433412,
            "stop": 971434258
        },
        {
            "start": 971434261,
            "stop": 971435941
        },
        {
            "start": 971435944,
            "stop": 971436132
        },
        {
            "start": 971436135,
            "stop": 971436187
        },
        {
            "start": 971436190,
            "stop": 971436420
        },
        {
            "start": 971436423,
            "stop": 971437027
        },
        {
            "start": 971437030,
            "stop": 971437515
        },
        {
            "start": 971437518,
            "stop": 971437751
        },
        {
            "start": 971437754,
            "stop": 971437759
        },
        {
            "start": 971437762,
            "stop": 971437922
        },
        {
            "start": 971437925,
            "stop": 971438129
        },
        {
            "start": 971438132,
            "stop": 971438144
        },
        {
            "start": 971438147,
            "stop": 971438422
        },
        {
            "start": 971438425,
            "stop": 971438436
        },
        {
            "start": 971438439,
            "stop": 971438517
        },
        {
            "start": 971438520,
            "stop": 971438732
        },
        {
            "start": 971438735,
            "stop": 971438800
        },
        {
            "start": 971438803,
            "stop": 971438806
        }
    ]
}