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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=183",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 184,
    "results": [
        {
            "start": 932995252,
            "stop": 932995482
        },
        {
            "start": 932995510,
            "stop": 932995564
        },
        {
            "start": 932995630,
            "stop": 932995639
        },
        {
            "start": 932995676,
            "stop": 932995686
        },
        {
            "start": 932995709,
            "stop": 932995732
        },
        {
            "start": 932995768,
            "stop": 932995789
        },
        {
            "start": 932995807,
            "stop": 932995845
        },
        {
            "start": 932995863,
            "stop": 932995889
        },
        {
            "start": 932997233,
            "stop": 932997615
        },
        {
            "start": 933010476,
            "stop": 933011774
        },
        {
            "start": 933014598,
            "stop": 933014640
        },
        {
            "start": 933014760,
            "stop": 933014813
        },
        {
            "start": 933015975,
            "stop": 933016059
        },
        {
            "start": 933016062,
            "stop": 933016088
        },
        {
            "start": 933016090,
            "stop": 933016229
        },
        {
            "start": 933016232,
            "stop": 933016298
        },
        {
            "start": 933016300,
            "stop": 933016947
        },
        {
            "start": 933016966,
            "stop": 933018475
        },
        {
            "start": 933048375,
            "stop": 933049751
        },
        {
            "start": 933049754,
            "stop": 933050211
        }
    ]
}