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=516
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=517",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=515",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 516,
    "results": [
        {
            "start": 827061112,
            "stop": 827061472
        },
        {
            "start": 827061489,
            "stop": 827061595
        },
        {
            "start": 827061598,
            "stop": 827063913
        },
        {
            "start": 827063916,
            "stop": 827065029
        },
        {
            "start": 827065048,
            "stop": 827065288
        },
        {
            "start": 827065306,
            "stop": 827066688
        },
        {
            "start": 827066691,
            "stop": 827066938
        },
        {
            "start": 827066942,
            "stop": 827067487
        },
        {
            "start": 827067490,
            "stop": 827070291
        },
        {
            "start": 827070294,
            "stop": 827070717
        },
        {
            "start": 827070720,
            "stop": 827070781
        },
        {
            "start": 827070784,
            "stop": 827071256
        },
        {
            "start": 827071260,
            "stop": 827071288
        },
        {
            "start": 827071291,
            "stop": 827071513
        },
        {
            "start": 827071684,
            "stop": 827071883
        },
        {
            "start": 827071886,
            "stop": 827073532
        },
        {
            "start": 827073586,
            "stop": 827074851
        },
        {
            "start": 827074870,
            "stop": 827075283
        },
        {
            "start": 827075436,
            "stop": 827075449
        },
        {
            "start": 827075468,
            "stop": 827075531
        }
    ]
}