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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=198",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 199,
    "results": [
        {
            "start": 1176963957,
            "stop": 1176963958
        },
        {
            "start": 1176963959,
            "stop": 1176964875
        },
        {
            "start": 1176964876,
            "stop": 1176965732
        },
        {
            "start": 1176965733,
            "stop": 1176967234
        },
        {
            "start": 1176967236,
            "stop": 1176967426
        },
        {
            "start": 1176967432,
            "stop": 1176967452
        },
        {
            "start": 1176967456,
            "stop": 1176967457
        },
        {
            "start": 1176967461,
            "stop": 1176967470
        },
        {
            "start": 1176967473,
            "stop": 1176967730
        },
        {
            "start": 1176967732,
            "stop": 1176967757
        },
        {
            "start": 1176967758,
            "stop": 1176967759
        },
        {
            "start": 1176967761,
            "stop": 1176967949
        },
        {
            "start": 1176967950,
            "stop": 1176967957
        },
        {
            "start": 1176967963,
            "stop": 1176968048
        },
        {
            "start": 1176968050,
            "stop": 1176968063
        },
        {
            "start": 1176968064,
            "stop": 1176968077
        },
        {
            "start": 1176968078,
            "stop": 1176968115
        },
        {
            "start": 1176968116,
            "stop": 1176968133
        },
        {
            "start": 1176968134,
            "stop": 1176968136
        },
        {
            "start": 1176968137,
            "stop": 1176968154
        }
    ]
}