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/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9052
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=9053",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9051",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9052,
    "results": [
        {
            "start": 874338060,
            "stop": 874338063
        },
        {
            "start": 874338092,
            "stop": 874338126
        },
        {
            "start": 874338143,
            "stop": 874339650
        },
        {
            "start": 874341393,
            "stop": 874341480
        },
        {
            "start": 874341540,
            "stop": 874341720
        },
        {
            "start": 874341780,
            "stop": 874342198
        },
        {
            "start": 874342217,
            "stop": 874343100
        },
        {
            "start": 874345936,
            "stop": 874345952
        },
        {
            "start": 874345972,
            "stop": 874346003
        },
        {
            "start": 874346020,
            "stop": 874346050
        },
        {
            "start": 874346067,
            "stop": 874346088
        },
        {
            "start": 874346108,
            "stop": 874346214
        },
        {
            "start": 874346231,
            "stop": 874346236
        },
        {
            "start": 874346303,
            "stop": 874346466
        },
        {
            "start": 874346487,
            "stop": 874346760
        },
        {
            "start": 874348490,
            "stop": 874348491
        },
        {
            "start": 874348510,
            "stop": 874348520
        },
        {
            "start": 874348547,
            "stop": 874348554
        },
        {
            "start": 874348575,
            "stop": 874348576
        },
        {
            "start": 874348598,
            "stop": 874348600
        }
    ]
}