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/H1_CBCHIGH_CAT3/segments?format=api&page=342
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=341",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 342,
    "results": [
        {
            "start": 822885450,
            "stop": 822885479
        },
        {
            "start": 822885482,
            "stop": 822885570
        },
        {
            "start": 822885630,
            "stop": 822885913
        },
        {
            "start": 822885916,
            "stop": 822886104
        },
        {
            "start": 822886107,
            "stop": 822886260
        },
        {
            "start": 822886380,
            "stop": 822886439
        },
        {
            "start": 822886442,
            "stop": 822886874
        },
        {
            "start": 822886877,
            "stop": 822886982
        },
        {
            "start": 822886985,
            "stop": 822887533
        },
        {
            "start": 822887633,
            "stop": 822887780
        },
        {
            "start": 822887783,
            "stop": 822888103
        },
        {
            "start": 822888106,
            "stop": 822888173
        },
        {
            "start": 822888176,
            "stop": 822888284
        },
        {
            "start": 822888287,
            "stop": 822888294
        },
        {
            "start": 822888297,
            "stop": 822888529
        },
        {
            "start": 822888532,
            "stop": 822888690
        },
        {
            "start": 822888810,
            "stop": 822889733
        },
        {
            "start": 822889750,
            "stop": 822889813
        },
        {
            "start": 822889827,
            "stop": 822889832
        },
        {
            "start": 822889836,
            "stop": 822889851
        }
    ]
}