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=9056
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=9057",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9055",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9056,
    "results": [
        {
            "start": 874382738,
            "stop": 874383001
        },
        {
            "start": 874383021,
            "stop": 874383540
        },
        {
            "start": 874383557,
            "stop": 874383780
        },
        {
            "start": 874385838,
            "stop": 874386246
        },
        {
            "start": 874386265,
            "stop": 874386456
        },
        {
            "start": 874386473,
            "stop": 874386499
        },
        {
            "start": 874386519,
            "stop": 874386857
        },
        {
            "start": 874386901,
            "stop": 874386928
        },
        {
            "start": 874386947,
            "stop": 874386957
        },
        {
            "start": 874386990,
            "stop": 874388131
        },
        {
            "start": 874388158,
            "stop": 874388517
        },
        {
            "start": 874388537,
            "stop": 874388629
        },
        {
            "start": 874388648,
            "stop": 874388757
        },
        {
            "start": 874391641,
            "stop": 874391659
        },
        {
            "start": 874391708,
            "stop": 874391785
        },
        {
            "start": 874391804,
            "stop": 874392202
        },
        {
            "start": 874392219,
            "stop": 874392426
        },
        {
            "start": 874392445,
            "stop": 874392510
        },
        {
            "start": 874392527,
            "stop": 874392539
        },
        {
            "start": 874392560,
            "stop": 874392929
        }
    ]
}