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=608
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=609",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=607",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 608,
    "results": [
        {
            "start": 828535767,
            "stop": 828536011
        },
        {
            "start": 828536014,
            "stop": 828536148
        },
        {
            "start": 828536151,
            "stop": 828536648
        },
        {
            "start": 828536651,
            "stop": 828536958
        },
        {
            "start": 828536961,
            "stop": 828537193
        },
        {
            "start": 828537870,
            "stop": 828543547
        },
        {
            "start": 828589203,
            "stop": 828589386
        },
        {
            "start": 828589405,
            "stop": 828589493
        },
        {
            "start": 828589536,
            "stop": 828589556
        },
        {
            "start": 828589575,
            "stop": 828589578
        },
        {
            "start": 828589597,
            "stop": 828589614
        },
        {
            "start": 828589660,
            "stop": 828589723
        },
        {
            "start": 828589742,
            "stop": 828589795
        },
        {
            "start": 828589814,
            "stop": 828589893
        },
        {
            "start": 828589926,
            "stop": 828589955
        },
        {
            "start": 828589974,
            "stop": 828589977
        },
        {
            "start": 828589996,
            "stop": 828590010
        },
        {
            "start": 828590220,
            "stop": 828590224
        },
        {
            "start": 828590261,
            "stop": 828590274
        },
        {
            "start": 828590352,
            "stop": 828590378
        }
    ]
}