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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9135",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9136,
    "results": [
        {
            "start": 875119485,
            "stop": 875119519
        },
        {
            "start": 875119547,
            "stop": 875119553
        },
        {
            "start": 875119586,
            "stop": 875119714
        },
        {
            "start": 875119731,
            "stop": 875119988
        },
        {
            "start": 875120007,
            "stop": 875120041
        },
        {
            "start": 875120060,
            "stop": 875120764
        },
        {
            "start": 875120781,
            "stop": 875121333
        },
        {
            "start": 875121353,
            "stop": 875121722
        },
        {
            "start": 875121739,
            "stop": 875121805
        },
        {
            "start": 875121822,
            "stop": 875121908
        },
        {
            "start": 875121928,
            "stop": 875122520
        },
        {
            "start": 875122558,
            "stop": 875122629
        },
        {
            "start": 875122648,
            "stop": 875122673
        },
        {
            "start": 875122692,
            "stop": 875122733
        },
        {
            "start": 875122752,
            "stop": 875122829
        },
        {
            "start": 875122848,
            "stop": 875122885
        },
        {
            "start": 875122904,
            "stop": 875122916
        },
        {
            "start": 875122935,
            "stop": 875123196
        },
        {
            "start": 875123215,
            "stop": 875123254
        },
        {
            "start": 875123273,
            "stop": 875123289
        }
    ]
}