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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=5",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 6,
    "results": [
        {
            "start": 931159778,
            "stop": 931159779
        },
        {
            "start": 931159782,
            "stop": 931159785
        },
        {
            "start": 931159788,
            "stop": 931159790
        },
        {
            "start": 931159796,
            "stop": 931159797
        },
        {
            "start": 931159811,
            "stop": 931159812
        },
        {
            "start": 931159820,
            "stop": 931159824
        },
        {
            "start": 931159827,
            "stop": 931159828
        },
        {
            "start": 931159833,
            "stop": 931159836
        },
        {
            "start": 931159846,
            "stop": 931159847
        },
        {
            "start": 931159860,
            "stop": 931159861
        },
        {
            "start": 931159869,
            "stop": 931159872
        },
        {
            "start": 931159884,
            "stop": 931159887
        },
        {
            "start": 931159900,
            "stop": 931159905
        },
        {
            "start": 931159909,
            "stop": 931159911
        },
        {
            "start": 931159913,
            "stop": 931159916
        },
        {
            "start": 931159920,
            "stop": 931159922
        },
        {
            "start": 931159926,
            "stop": 931159927
        },
        {
            "start": 931159938,
            "stop": 931159940
        },
        {
            "start": 931159956,
            "stop": 931159957
        },
        {
            "start": 931159960,
            "stop": 931159964
        }
    ]
}