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=9076
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=9077",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9075",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9076,
    "results": [
        {
            "start": 874580867,
            "stop": 874581136
        },
        {
            "start": 874581155,
            "stop": 874581254
        },
        {
            "start": 874581277,
            "stop": 874581676
        },
        {
            "start": 874581693,
            "stop": 874581737
        },
        {
            "start": 874581756,
            "stop": 874582119
        },
        {
            "start": 874582137,
            "stop": 874584774
        },
        {
            "start": 874584795,
            "stop": 874585014
        },
        {
            "start": 874585031,
            "stop": 874585570
        },
        {
            "start": 874585587,
            "stop": 874586671
        },
        {
            "start": 874586708,
            "stop": 874587295
        },
        {
            "start": 874587312,
            "stop": 874587612
        },
        {
            "start": 874587641,
            "stop": 874587732
        },
        {
            "start": 874587753,
            "stop": 874587764
        },
        {
            "start": 874587783,
            "stop": 874588244
        },
        {
            "start": 874588261,
            "stop": 874589130
        },
        {
            "start": 874589147,
            "stop": 874589503
        },
        {
            "start": 874589522,
            "stop": 874591260
        },
        {
            "start": 874591320,
            "stop": 874591375
        },
        {
            "start": 874591403,
            "stop": 874591509
        },
        {
            "start": 874591529,
            "stop": 874592229
        }
    ]
}