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=739
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=740",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=738",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 739,
    "results": [
        {
            "start": 830548033,
            "stop": 830548097
        },
        {
            "start": 830548100,
            "stop": 830548137
        },
        {
            "start": 830548140,
            "stop": 830548248
        },
        {
            "start": 830548570,
            "stop": 830548594
        },
        {
            "start": 830548967,
            "stop": 830549197
        },
        {
            "start": 830549201,
            "stop": 830549282
        },
        {
            "start": 830549299,
            "stop": 830549511
        },
        {
            "start": 830549515,
            "stop": 830549525
        },
        {
            "start": 830549542,
            "stop": 830549978
        },
        {
            "start": 830549982,
            "stop": 830550086
        },
        {
            "start": 830550089,
            "stop": 830550141
        },
        {
            "start": 830550144,
            "stop": 830550149
        },
        {
            "start": 830550152,
            "stop": 830550159
        },
        {
            "start": 830550162,
            "stop": 830550172
        },
        {
            "start": 830550175,
            "stop": 830550253
        },
        {
            "start": 830550256,
            "stop": 830550369
        },
        {
            "start": 830550372,
            "stop": 830550394
        },
        {
            "start": 830550397,
            "stop": 830550693
        },
        {
            "start": 830550993,
            "stop": 830551117
        },
        {
            "start": 830551120,
            "stop": 830551185
        }
    ]
}