Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2112
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2111",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2112,
    "results": [
        {
            "start": 865793128,
            "stop": 865793138
        },
        {
            "start": 865793141,
            "stop": 865793142
        },
        {
            "start": 865793292,
            "stop": 865795030
        },
        {
            "start": 865796583,
            "stop": 865798360
        },
        {
            "start": 865802988,
            "stop": 865804442
        },
        {
            "start": 865804448,
            "stop": 865807155
        },
        {
            "start": 865807158,
            "stop": 865807160
        },
        {
            "start": 865807318,
            "stop": 865808378
        },
        {
            "start": 865809599,
            "stop": 865811972
        },
        {
            "start": 865811978,
            "stop": 865811982
        },
        {
            "start": 865811988,
            "stop": 865812027
        },
        {
            "start": 865812035,
            "stop": 865812060
        },
        {
            "start": 865812065,
            "stop": 865814340
        },
        {
            "start": 865814400,
            "stop": 865823915
        },
        {
            "start": 865825373,
            "stop": 865825519
        },
        {
            "start": 865825520,
            "stop": 865825800
        },
        {
            "start": 865825860,
            "stop": 865826168
        },
        {
            "start": 865826468,
            "stop": 865827209
        },
        {
            "start": 865827211,
            "stop": 865827610
        },
        {
            "start": 865827685,
            "stop": 865827839
        }
    ]
}