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=389
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=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=388",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 389,
    "results": [
        {
            "start": 824381524,
            "stop": 824381739
        },
        {
            "start": 824381756,
            "stop": 824381811
        },
        {
            "start": 824381815,
            "stop": 824382156
        },
        {
            "start": 824382173,
            "stop": 824382392
        },
        {
            "start": 824382409,
            "stop": 824382448
        },
        {
            "start": 824382465,
            "stop": 824382877
        },
        {
            "start": 824382894,
            "stop": 824382991
        },
        {
            "start": 824383008,
            "stop": 824383271
        },
        {
            "start": 824383288,
            "stop": 824383461
        },
        {
            "start": 824383478,
            "stop": 824384307
        },
        {
            "start": 824384311,
            "stop": 824384576
        },
        {
            "start": 824384580,
            "stop": 824384779
        },
        {
            "start": 824384796,
            "stop": 824384901
        },
        {
            "start": 824384918,
            "stop": 824385062
        },
        {
            "start": 824385066,
            "stop": 824385324
        },
        {
            "start": 824385328,
            "stop": 824385912
        },
        {
            "start": 824385929,
            "stop": 824386615
        },
        {
            "start": 824386632,
            "stop": 824386785
        },
        {
            "start": 824386802,
            "stop": 824387211
        },
        {
            "start": 824387228,
            "stop": 824387988
        }
    ]
}