Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=235
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=234",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 235,
    "results": [
        {
            "start": 931461741,
            "stop": 931461751
        },
        {
            "start": 931461753,
            "stop": 931461760
        },
        {
            "start": 931461762,
            "stop": 931461763
        },
        {
            "start": 931461765,
            "stop": 931461780
        },
        {
            "start": 931461782,
            "stop": 931461784
        },
        {
            "start": 931461786,
            "stop": 931461810
        },
        {
            "start": 931461813,
            "stop": 931461820
        },
        {
            "start": 931461822,
            "stop": 931461823
        },
        {
            "start": 931461825,
            "stop": 931461829
        },
        {
            "start": 931461831,
            "stop": 931461834
        },
        {
            "start": 931461839,
            "stop": 931461840
        },
        {
            "start": 931461842,
            "stop": 931461846
        },
        {
            "start": 931461848,
            "stop": 931461849
        },
        {
            "start": 931461861,
            "stop": 931461864
        },
        {
            "start": 931461866,
            "stop": 931461867
        },
        {
            "start": 931461869,
            "stop": 931461881
        },
        {
            "start": 931461884,
            "stop": 931461886
        },
        {
            "start": 931461891,
            "stop": 931461907
        },
        {
            "start": 931461909,
            "stop": 931461911
        },
        {
            "start": 931461913,
            "stop": 931461914
        }
    ]
}