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=538
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=539",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=537",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 538,
    "results": [
        {
            "start": 827195460,
            "stop": 827195519
        },
        {
            "start": 827195522,
            "stop": 827195665
        },
        {
            "start": 827195668,
            "stop": 827195773
        },
        {
            "start": 827195790,
            "stop": 827195870
        },
        {
            "start": 827195873,
            "stop": 827195897
        },
        {
            "start": 827195900,
            "stop": 827195971
        },
        {
            "start": 827195979,
            "stop": 827196107
        },
        {
            "start": 827196110,
            "stop": 827196174
        },
        {
            "start": 827196177,
            "stop": 827196268
        },
        {
            "start": 827196271,
            "stop": 827196317
        },
        {
            "start": 827196321,
            "stop": 827196532
        },
        {
            "start": 827196535,
            "stop": 827196588
        },
        {
            "start": 827196591,
            "stop": 827196640
        },
        {
            "start": 827196646,
            "stop": 827196765
        },
        {
            "start": 827196768,
            "stop": 827196840
        },
        {
            "start": 827196844,
            "stop": 827196999
        },
        {
            "start": 827197002,
            "stop": 827197216
        },
        {
            "start": 827197219,
            "stop": 827197247
        },
        {
            "start": 827197250,
            "stop": 827197466
        },
        {
            "start": 827197475,
            "stop": 827197515
        }
    ]
}