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=8774
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=8775",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8773",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8774,
    "results": [
        {
            "start": 872261454,
            "stop": 872261527
        },
        {
            "start": 872261555,
            "stop": 872261563
        },
        {
            "start": 872261584,
            "stop": 872261628
        },
        {
            "start": 872261645,
            "stop": 872261649
        },
        {
            "start": 872265120,
            "stop": 872265129
        },
        {
            "start": 872265149,
            "stop": 872265174
        },
        {
            "start": 872265191,
            "stop": 872266118
        },
        {
            "start": 872266137,
            "stop": 872266440
        },
        {
            "start": 872266511,
            "stop": 872266560
        },
        {
            "start": 872266620,
            "stop": 872266976
        },
        {
            "start": 872267040,
            "stop": 872267164
        },
        {
            "start": 872267181,
            "stop": 872267456
        },
        {
            "start": 872267475,
            "stop": 872268453
        },
        {
            "start": 872268472,
            "stop": 872268831
        },
        {
            "start": 872268850,
            "stop": 872269063
        },
        {
            "start": 872269083,
            "stop": 872269214
        },
        {
            "start": 872276433,
            "stop": 872276476
        },
        {
            "start": 872276495,
            "stop": 872276519
        },
        {
            "start": 872276545,
            "stop": 872276576
        },
        {
            "start": 872276595,
            "stop": 872276655
        }
    ]
}